Upgrade from 10.7.0 to 11.0.0 unable to happen

Hi,

I’ve just upgraded the nuget packages for my U10.7 to U11.0, fixed up some compilation issues, and gone to run the site.

I’m presented with (as expected) the upgrade screen, stating:

Detected current version (ef93f398), which needs to be upgraded to 11.0.0 (3f5d492a)

If I ‘View report’ I’m taken to https://our.umbraco.com/download/releases/compare?from=11.0.0&to=11.0.0&notes=1 with from & to being the same value?

If I proceed anyway (as I know there is a DB update needed) then it errors with

The migration plan does not support migrating from state “{EF93F398-1385-4F07-808A-D3C518984442}”

Checking my logs, the only thing that looks to be of interest is

The following constraints (Primary Keys, Foreign Keys and Indexes) were found in the database, but are not in the current schema: PK_umbracoContentVersionCleanupPolicy. The following indexes were found in the database, but are not in the current schema: IX_umbracoExternalLogin_userOrMemberKey

In umbracoKeyValue, the row for the version is at

Umbraco.Core.Upgrader.State+Umbraco.Core|{EF93F398-1385-4F07-808A-D3C518984442}|2023-11-10 17:27:44.383

Where I updated to 10.7.0 last night with no issue


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113081-upgrade-from-1070-to-1100-unable-to-happen