I’m trying to upgrade Upgrade 13.5.2 → 17.1.0.
I have taken a copy of the code, upgraded the nuget packages, made various adjustments to get to the point of getting things to compile and running as a clean install.
I’ve then made a copy of our production database and updated the db settings to point at this copy.
On startup, I get the following message, saying the current version is 17.0.0, not 13.5.2 as I had expected:
Detected current version 17.0.0 ({CC47C751-A81B-489A-A2BC-0240245DB687}), which needs to be upgraded to 17.1.0+2832436 ({1CE2E78B-E736-45D8-97A2-CE3EF2F31BCD}). To compare versions and read a report of changes between versions, use the View Report button below
When I click to perform the upgrade, I get (after a short while):
The database failed to upgrade. ERROR: The database configuration failed with the following message: ‘DF_umbracoAccess_createDate’ is not a constraint. Could not drop constraint. See previous errors. Please check log file for additional information (can be found in ‘LoggingSettings.Directory’)
Should I have done something prior to shifting to the copy of the 13.5.2 db?
Best regards.
