Merge branch 'improve-services-migration' into 'master'
Make services migration more reliable Fix for #2045 . I did not use SQL because its hard to convert SQL fields into json with interpolation and without errors. SO I just improved current migration with next: * skip validation to prevent exception because of new `template` field in validation * check column for existance before adding them. It should allow people who already failed this migration to re-run ti * select objects with 500 batch size for better memory usage Tested on migration from 7.0 to 7.9.0.pre See merge request !1581
Showing
Please register or sign in to comment