I have noticed that a number of our DataTypes are using obsolete Property Editors. While the editors still work and the site functions OK, the obsolete versions, or some of them at least, appear to be causing problems with Courier.
I am still investigating but it appears as though the data stored has changed for the new editor versions, so I assume I somehow need to update the existing content. I assume just changing the Property Editor of a DataType will NOT update the data stored?
This is the list of obsolete Property Editors we are using:
(Obsolete) Nested Content
(Obsolete) Media Picker
(Obsolete) Content Picker
(Obsolete) Member Picker
(Obsolete) Multinode Treepicker
(Obsolete) Related Links
Any comments regarding these editors? Has anyone gone through this process already and if so, how did you do it?
I've seen this https://issues.umbraco.org/issue/U4-9310 which is all about the change made to these editors, however it doesn't deal with the conversion / upgrade process or options at all :-(
I've searched this forum (and Google) but can't find anything helpful.
I know this is close to a year old - but I have a large website that uses all of these obsolete editors. I tested changing them to their non-obsolete counterparts but it doesn't look like the data is automatically adjusted.
I'm wondering if someone has an Umbraco package or sql script or anything to help transpose these property values?
Do we need to write a custom migration resolver if I wanted to migrate data from my archetype datatype to Nested or Blocklist, what is the package do by default, can you help me out?
Hi Mark! I've generated a Migration Pack in Umbraco 8.18.14 using uSync.Migrations. When running the conversion in Umbraco 10.8.6 the legacy media pickers (Umbraco.MediaPicker) are not being converted to Umbraco.MediaPicker3, even though this is a default migrator that comes with the package. Is there anything I need to do to enable this conversion?
Update Obsolete Property Editors
Umbraco 7.15.5
I have noticed that a number of our DataTypes are using obsolete Property Editors. While the editors still work and the site functions OK, the obsolete versions, or some of them at least, appear to be causing problems with Courier.
I am still investigating but it appears as though the data stored has changed for the new editor versions, so I assume I somehow need to update the existing content. I assume just changing the Property Editor of a DataType will NOT update the data stored?
This is the list of obsolete Property Editors we are using:
Any comments regarding these editors? Has anyone gone through this process already and if so, how did you do it?
I've seen this https://issues.umbraco.org/issue/U4-9310 which is all about the change made to these editors, however it doesn't deal with the conversion / upgrade process or options at all :-(
I've searched this forum (and Google) but can't find anything helpful.
I know this is close to a year old - but I have a large website that uses all of these obsolete editors. I tested changing them to their non-obsolete counterparts but it doesn't look like the data is automatically adjusted.
I'm wondering if someone has an Umbraco package or sql script or anything to help transpose these property values?
Hi Mark
You can use Proworks' Our.Umbraco.Migration package (https://www.nuget.org/packages/Our.Umbraco.Migration/) for this, usage is described in their v8 migration blog post https://www.proworks.com/blog/archive/how-to-upgrade-umbraco-version-7-to-version-8. Look for the step by step section, and then the description is in step 4.
You deserve a double high five Soren. Thanks so much mate!
Hi @Mark
Do we need to write a custom migration resolver if I wanted to migrate data from my archetype datatype to Nested or Blocklist, what is the package do by default, can you help me out?
It's been a while since my last migration. I think I follow a slightly different process each time.
Are you moving to Umbraco 10 by chance? Because the uSync Migrations tool saved us big on a recent project. There are migrations in place that handle the most common scenarios. Also, several community contributions!
If you are moving from Umbraco 7 to 10 today, I suggest trying this package.
If archetype isn't already handled, I'm sure the code here should help you write your own. Consider doing a PR to help others out! :)
Hi Mark! I've generated a Migration Pack in Umbraco 8.18.14 using uSync.Migrations. When running the conversion in Umbraco 10.8.6 the legacy media pickers (Umbraco.MediaPicker) are not being converted to Umbraco.MediaPicker3, even though this is a default migrator that comes with the package. Is there anything I need to do to enable this conversion?
To this day, I perform migrations differently each time. No migration goes exactly as planned.
I see you posted already! I hope your issue is resolved soon.
https://github.com/Jumoo/uSyncMigrations/issues/270
is working on a reply...