Upgrade Umbraco v7 to v8 - Migrating obsolete datatypes

Viewed 16

I try to upgrade my website from V7 to V8 (then hopefully V9, V10, etc.)

As a first step before I even begin with the actual upgrade process, I try to migrate the obsolete datatypes.

I was reading few articles / answers here and in other places and I try to figure out how to do it manually.

I understand that I can't only change in the back office but also in the database. I was reading some people created scripts but I'm little hesitant to run others scripts on my database, so I was thinking to do it manually .

My question - where in the database I need to make the changes after I change in the Backoffice and what do I need to change?

Does the changes I need to perform are only:

Umbraco.MultipleMediaPicker -> new editor: Umbraco.MediaPicker2

Umbraco.MediaPicker -> new editor: Umbraco.MediaPicker2

Umbraco.ContentPickerAlias -> new editor: Umbraco.ContentPicker2 etc. ?

It means, do I need to find in the DB for example Umbraco.MultipleMediaPicker and rename to Umbraco.MediaPicker2 ?

Please advise.

Thanks.

Bellow a screenshot of my db: enter image description here

0 Answers
Related