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 from 8.5.5 to 8.6.0 I'm getting a database error. Is this a bug or am I missing some db permissions?
Hi
I've not seen this bug exactly but I have had issues where DBAs have locked down (correctly) the DB user Umbraco accesses the DB with.
All we do is to temporarily use a sa account in the web.config so the upgrade goes through and then switch it back.
HTH
Steve
Elevated permissions didn't seem to change anything. Running this drop manually seems to allow it to continue. Maybe a bug in umbraco migrations?
ALTER TABLE umbracoRelationType DROP CONSTRAINT IX_umbracoRelationType_alias;
Is this constraint meant to be dropped in this ugprade?
This seems to be something going wrong in a few people's databases, but we can't put our finger on exactly what the cause is, there are constraints in the DB that Umbraco didn't create and should indeed be dropped.
I've reported it as a bug for the community to work on: https://github.com/umbraco/Umbraco-CMS/issues/8291
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unable to Upgrade form 8.5.5 to 8.6.0
When trying to upgrade from 8.5.5 to 8.6.0 I'm getting a database error. Is this a bug or am I missing some db permissions?
Hi
I've not seen this bug exactly but I have had issues where DBAs have locked down (correctly) the DB user Umbraco accesses the DB with.
All we do is to temporarily use a sa account in the web.config so the upgrade goes through and then switch it back.
HTH
Steve
Elevated permissions didn't seem to change anything. Running this drop manually seems to allow it to continue. Maybe a bug in umbraco migrations?
Is this constraint meant to be dropped in this ugprade?
This seems to be something going wrong in a few people's databases, but we can't put our finger on exactly what the cause is, there are constraints in the DB that Umbraco didn't create and should indeed be dropped.
I've reported it as a bug for the community to work on: https://github.com/umbraco/Umbraco-CMS/issues/8291
is working on a reply...