Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When trying to upgrade to 8.6.0 I keep getting the installation screen.
The Upgrading screen says 'Detected current version 8.6.0 (5b1e0d93), which needs to be upgraded to 8.6.0 (2ab29964)'.
Any ideas how to unlock this?
Thanks.
Try to clean cookies or run it incognito mode.
Running it in an incognito window didn't work either.
If it's of any help, the upgrade worked in local but not in staging. I have even copied my local database to the staging server and I'm still getting the same issue.
When you upgrading via nuget - don't forget to do build to copy new dlls to bin.
Some times I see that Umbraco folder doesn't upgrade from nuget, you can try delete existing umbraco folder and copy new one from packages directory.
in very complicated website I do clean upgrad, by connecting clean Umbraco instalation to existsing database
If there are no other issues from the logs and your confident it has upgraded you can update the umbracoKeyValue table with the correct Guid.
Matt
Hi all,
I'm also stuck to the same issue but tries to update to same version 8.6.0 every time:
Detected current version 8.6.0 (5b1e0d93), which needs to be upgraded to 8.6.0 (2ab29964).
Any help is much appreciated.
Ricky
I had the same problem and I solved it by changing Default Schema from "db_owner" to "dbo" on the SQL-user in Management Studio.
EDIT: and also have the user as "db_owner" in Owned Schemas and Membership.
Thanks alot!
Had the same issue and this also worked for me! thanks a lot
Saved my day, thank you.
Thanks for your response, I managed to solve the issue by giving the database user enough permissions to perform the migration in database.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Upgrade stuck from 8.5.5 to 8.6.0
When trying to upgrade to 8.6.0 I keep getting the installation screen.
The Upgrading screen says 'Detected current version 8.6.0 (5b1e0d93), which needs to be upgraded to 8.6.0 (2ab29964)'.
Any ideas how to unlock this?
Thanks.
Try to clean cookies or run it incognito mode.
Running it in an incognito window didn't work either.
If it's of any help, the upgrade worked in local but not in staging. I have even copied my local database to the staging server and I'm still getting the same issue.
When you upgrading via nuget - don't forget to do build to copy new dlls to bin.
Some times I see that Umbraco folder doesn't upgrade from nuget, you can try delete existing umbraco folder and copy new one from packages directory.
in very complicated website I do clean upgrad, by connecting clean Umbraco instalation to existsing database
If there are no other issues from the logs and your confident it has upgraded you can update the umbracoKeyValue table with the correct Guid.
Matt
Hi all,
I'm also stuck to the same issue but tries to update to same version 8.6.0 every time:
Detected current version 8.6.0 (5b1e0d93), which needs to be upgraded to 8.6.0 (2ab29964).
Any help is much appreciated.
Ricky
I had the same problem and I solved it by changing Default Schema from "db_owner" to "dbo" on the SQL-user in Management Studio.
EDIT: and also have the user as "db_owner" in Owned Schemas and Membership.
Thanks alot!
Had the same issue and this also worked for me! thanks a lot
Saved my day, thank you.
Thanks for your response, I managed to solve the issue by giving the database user enough permissions to perform the migration in database.
is working on a reply...