We are trying to upgrade our 7.6 Umbraco sites to the latest version of 8. I'm trying to get to 7.14 so that I can use the migration tool and add a migration health check. Should I attempt to update directly to 7.14 or should I apply each upgrade in between?
Alex, I was getting too many errors jumping from 7.7.6 to 7.14, so I went up to 7.8, 7.9, 7.10, 7.11, 7.12 and was able to build and run locally without issue. After upgrading from 7.12 to 7.13 The code compiled but when I attempted to do the initial run locally after upgrade I was unable to sign in to Back Office using verified logins. I checked the log files and saw SUCCESSFUL BackOffice logins even though the UI showed the message for a failed login. The logs further revealed: ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUserLogin'.
Was there an issue with the database changes going from 7.12 to 7.13? The connecting service account has the sysadmin role. Any suggestions would be appreciated.
Umbraco upgrade 7.6 to 7.14
We are trying to upgrade our 7.6 Umbraco sites to the latest version of 8. I'm trying to get to 7.14 so that I can use the migration tool and add a migration health check. Should I attempt to update directly to 7.14 or should I apply each upgrade in between?
Hi Glenn,
Upgrade directly to 7.14.
Version 7.7.0 introduces User Groups, so pay attention to users.
But I think you can upgrade to 7.14 and then start the migration to v8.
Don't forget to check version-specific upgrades - https://our.umbraco.com/documentation/Fundamentals/Setup/Upgrading/version-specific
Thanks,
Alex
Alex, I was getting too many errors jumping from 7.7.6 to 7.14, so I went up to 7.8, 7.9, 7.10, 7.11, 7.12 and was able to build and run locally without issue. After upgrading from 7.12 to 7.13 The code compiled but when I attempted to do the initial run locally after upgrade I was unable to sign in to Back Office using verified logins. I checked the log files and saw SUCCESSFUL BackOffice logins even though the UI showed the message for a failed login. The logs further revealed:
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoUserLogin'.
Was there an issue with the database changes going from 7.12 to 7.13? The connecting service account has the sysadmin role. Any suggestions would be appreciated.
is working on a reply...