Issue on upgrading Data base Structure from 7.4.3 to 8.15.1
Hi All,
I have upgrade my existing solution from 7.4.3 to 8.15 with changes in my custom code behind file, but at the end I struck on upgrade process from 7.4.3 Database to new version.
Thanks for your comments, my question is can we directly migrate Content from V7 to V8. if yes how we can process.
Alternatively, we need to follow Step by Step upgrade this way we can smoothly process to update the umbraco DB schema as well as on each updated version.
Point the new V8 solution at the 7.15 database, the migration will begin - When completed, you should be able to login to your V8 solution and see your upgraded site.
Install the V8 equivalents of any plugins and packages your site uses or migrate to a different plugin if there is no direct equivalent
Then you'll need to implement all the Views/Controllers
c# code used to render your site, in the updated syntax for V8
Issue on upgrading Data base Structure from 7.4.3 to 8.15.1
Hi All,
I have upgrade my existing solution from 7.4.3 to 8.15 with changes in my custom code behind file, but at the end I struck on upgrade process from 7.4.3 Database to new version.
Please let me know if any one can help.
Regards Sachin
Hi Sachin,
Did you upgrade 7.4.3 to the latest version of v7 before trying to do the migration to v8?
Thanks
Nik
Hi Nik,
I did directly to 7.4.3 to 8v.
Do we need to do incremental update?
Alternatively DB can be updated directly from v8, I think migration tool is available in v8.let me know if i am wrong.
Regards Sachin
Hi Sachin
You can't upgrade directly from 7.4.3 to 8
There is no direct upgrade path from Umbraco 7 to Umbraco 8, but it is possible to migrate content from Umbraco 7 sites to Umbraco 8 sites.
Check out more details on how to upgrade here - https://our.umbraco.com/Documentation/Fundamentals/Setup/upgrading/version-specific
Thanks,
Alex
Hi Alex,
Thanks for your comments, my question is can we directly migrate Content from V7 to V8. if yes how we can process.
Alternatively, we need to follow Step by Step upgrade this way we can smoothly process to update the umbraco DB schema as well as on each updated version.
https://codeshare.co.uk/blog/how-to-upgrade-umbraco-safely/
Regards
Sachin
Hello alex, Thanks for your valuable help, I'll be sure to keep an eye on this thread. Looking for the same issue.
Hi Sachin
Details of the migration steps you need to take are here:
https://our.umbraco.com/Documentation/Fundamentals/Setup/Upgrading/migrating-to-v8
Broadly speaking
regards
Marc
Hi Mark,
Thanks, I got your point & start working as per mention by you.
Regards
Sachin
Hi All,
I have Successfully migrated my Umbraco 7.4.3 to 8.15 db content.
Please see below Steps, I used.
Note : Kindly upgrade your mediatype data type which are obsolete in Umbraco 8 version.
Regards
Sachin
is working on a reply...