Update config files for the obsolete properties to migrate to the new properties in usync directory.
Trigger Our.Umbraco.Migration to migrate the obsolete properties by the app start event.
During the execution in the actual environment, I observed that Jumoo usync was executed before the property migration in the same thread, so Our.Umbraco.Migration couldn't find any data to transform.
In my test environment, Our.Umbraco.Migration was always executed before usync. Therefore, the migration was successful.
Logs:
Does anyone experience this issue?
Can anyone give advice why and what conditions Our.Umbraco.Migration is triggered after usync?
No data transformed issue when migrating obsolete propertes from v7 to v8 in Our.Umbraco.Migration
Hi all,
I have used Our.Umbraco.Migration to migrate obsolete properties as a part of Umbraco upgrade from v7 to v8 with Jumoo usync.
https://jumoo.co.uk/uSync/
https://www.nuget.org/packages/Our.Umbraco.Migration/
I conducted the steps below:
Update config files for the obsolete properties to migrate to the new properties in usync directory.
Trigger Our.Umbraco.Migration to migrate the obsolete properties by the app start event.
During the execution in the actual environment, I observed that Jumoo usync was executed before the property migration in the same thread, so Our.Umbraco.Migration couldn't find any data to transform.
In my test environment, Our.Umbraco.Migration was always executed before usync. Therefore, the migration was successful.
Logs:
Does anyone experience this issue?
Can anyone give advice why and what conditions Our.Umbraco.Migration is triggered after usync?
Many thanks
is working on a reply...