uSyncMigrations icon indicating copy to clipboard operation
uSyncMigrations copied to clipboard

Setting default version to both 7 and 8

Open CodingDK opened this issue 2 years ago • 3 comments

I changed the "default" version to support both 7 and 8. Because the version is set to 7 - most of the converteres are not used.

I am aware that this may not be the desired logic - alternatively, the version must be set on all migrators that are desired for 7 or 8.

CodingDK avatar Feb 16 '24 08:02 CodingDK

yeah - not sure - doing some other refactoring so i will check this one. in theory should be fine,

KevinJump avatar Apr 20 '24 15:04 KevinJump

You should not merge it into main yet. I used the changes on a work project earlier this week. It removes config values and converts incorrectly on¨some properties during an umbraco 8 migration (eg mediapicker -> mediaPicker3) - because these migrators only handle "prevalues" and not config.

CodingDK avatar Apr 20 '24 16:04 CodingDK

Yes, increasingly i am thinking there are two categories of migration,

a) hard v7 ones, b) less hard v8 ones. :)

I am sort of aiming for splitting thigns a little bit, so in theory we can have the 'less hard' v8 stuff happen in a way that means we can us it in uSync proper

KevinJump avatar Apr 20 '24 16:04 KevinJump