Upgrade to new version #6
-
Hi, If we use the version of Url tracker that's supported for Umbraco 7.15, is it easy/straightforward to upgrade to the latest version when we move to Umbraco 9? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi there! Here's why: It will be possible to upgrade from the Umbraco 8 version to the Umbraco 9 version as the database schema for the URL Tracker stays the same and from what I've read, it's possible to migrate an Umbraco 8 website to Umbraco 9 EDIT: |
Beta Was this translation helpful? Give feedback.
Hi there!
In short: No, I don't think there's an easy solution to transfer your old redirects from Umbraco 7 to Umbraco 9.
Here's why:
The URL Tracker stores node id's to redirect to umbraco pages. If you move to Umbraco 9, you will have to create your content from the bottom up again and then the node id's change. The redirects from your Umbraco 7 site will most likely not work at all or even redirect to the wrong page.
Also, from Umbraco 8 and up, the URL Tracker has changed to work with umbraco's multilanguage feature, requiring us to update the database schema. The Umbraco 8 version seems to not be developed to be upgraded from Umbraco 7 (so I have researched, as I've only gotten invo…