I’m trying to upgrade from 13.5.1 to 14.0.0 but keep on getting this error:
BootFailedException: Boot failed: Umbraco cannot run. See Umbraco's log file for more details. -> Umbraco.Cms.Core.Exceptions.BootFailedException: An error occurred while running the unattended upgrade. The database configuration failed with the following message: The migration plan does not support migrating from state "{CC47C751-A81B-489A-A2BC-0240245DB687}".
Is this a matter of rolling back the V13 version to a previous one? Looking at this file, does it mean it needs to be on V13.3.0 for the upgrade to be allowed?
To make it more confusing, the upgrade report after I login says
Detected current version 14.0.0
({CC47C751-A81B-489A-A2BC-0240245DB687}), which needs to be upgraded
to 14.0.0+8685c7d ({827360CA-0855-42A5-8F86-A51F168CB559}). To compare
versions and read a report of changes between versions, use the View
Report button below.
However, as per this file: Umbraco-CMS/src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs at release-13.5.1 · umbraco/Umbraco-CMS · GitHub this GUID should be 13.5, not 14
> To<V_13_5_0.ChangeRedirectUrlToNvarcharMax>("{CC47C751-A81B-489A-A2BC-0240245DB687}");
On the umbracoKeyValue table I have this entry:
key: Umbraco.Core.Upgrader.State+Umbraco.Core
value:
{CC47C751-A81B-489A-A2BC-0240245DB687}
Any guidance would be very welcomed!
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/114738-cant-upgrade-from-1351-to-1400