I'm trying to upgrade our Umbraco systems. For the upgrade I used NuGet.
All went well. I published the new website and logged in.
The "Welcome to the Umbraco installer" screen was shown. Clicking on Continue resulted in the following errormessage:
The database failed to upgrade. ERROR: The database configuration failed with the following message: Cannot find the object "umbracoRelation" because it does not exist or you do not have permissions. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Additional information in the log file was not helpful.
The mentioned object (umbracoRelation) is available.
Upgrading from 7.5.14 to 7.6.13 went wrong. I received the same error message:
Error during installation
The database failed to upgrade. ERROR: The database configuration failed with the following message: Cannot find the object "umbracoRelation" because it does not exist or you do not have permissions. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Upgrade from 7.5.4 to 7.12.3
Hello,
I'm trying to upgrade our Umbraco systems. For the upgrade I used NuGet. All went well. I published the new website and logged in. The "Welcome to the Umbraco installer" screen was shown. Clicking on Continue resulted in the following errormessage:
The database failed to upgrade. ERROR: The database configuration failed with the following message: Cannot find the object "umbracoRelation" because it does not exist or you do not have permissions. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Additional information in the log file was not helpful. The mentioned object (umbracoRelation) is available.
Does anybody know how to solve this problem?
Thanks in advance
André van der Plas
Hi Andre Try following the tips in this blog post:
https://codeshare.co.uk/blog/how-to-upgrade-umbraco-safely/
Hi Paul,
I've followed the tips in the blogpost.
Upgrading from 7.5.4 to 7.5.14 went well.
Upgrading from 7.5.14 to 7.6.13 went wrong. I received the same error message:
Error during installation The database failed to upgrade. ERROR: The database configuration failed with the following message: Cannot find the object "umbracoRelation" because it does not exist or you do not have permissions. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Again, the log file didn't give me any clues.
Do you have any ideas how to upgrade?
Thanks in advance.
André van der Plas
Hey Andre van der Plas,
Were you ever able to figured out what happened? I'm getting the same error as well.
Let me know when you get a chance.
Thanks Carl
Hi André,
Possibly your database user doesn't have enough permissions to create tables of column in a table and the umbraco migrations fail.
You could try to run the update with a user with enough permissions on the database.
Erik
It worked. Thank you soooo much.
is working on a reply...