and it references the 'Our.Umbraco.Migrations package that proworks have built, which has alot of the common obsolete property editor migrations baked in.
Thank you Marc for the help! Getting problems on the obsolete data types conversion when obsolete data types are present under ArcheType. Is there any automated way to handle that?
Umbraco Migration 7.6.3 to 8.0 version
Is there any automated way to change obsolete data types in Umbraco 7.6.3 version while migrating to 8.0.
Hi Biplab
Have a look at this blog post it's choc full of details of how to do the migration from V7 to V8:
https://www.proworks.com/blog/archive/how-to-upgrade-umbraco-version-7-to-version-8
and it references the 'Our.Umbraco.Migrations package that proworks have built, which has alot of the common obsolete property editor migrations baked in.
https://bitbucket.org/proworks/our.umbraco.migration/src/master/
regards
Marc
Thank you Marc for the help! Getting problems on the obsolete data types conversion when obsolete data types are present under ArcheType. Is there any automated way to handle that?
Hi Biplab
I think there is an example of how to write an archetype - > nested content migrator inside the Our. Umbraco. Migrations source:
https://bitbucket.org/proworks/our.umbraco.migration/src/master/src/Our.Umbraco.Migration/DataTypeMigrators/ArchetypeMigrator.cs
Maybe that could provide some inspiration?
Regards
Marc
is working on a reply...