Duplicate key in db table when upgrading from 7.5.8 to 7.6.2
I am trying to upgrade from 7.5.8 to 7.6.2.
I am getting this error:
Cannot insert duplicate key row in object 'dbo.umbracoNode' with unique index 'IX_umbracoNode_uniqueID'. The duplicate key value is (547b7540-1e18-ea91-41c7-874ce20d2156).
This is not [uniqueID] guid nor any guid that is in [uniqueID] or [nodeObjectType] column of umbracoNode table so I am not sure where to look for the duplicate?
Duplicate key in db table when upgrading from 7.5.8 to 7.6.2
I am trying to upgrade from 7.5.8 to 7.6.2.
I am getting this error:
This is not
[uniqueID]
guid nor any guid that is in[uniqueID]
or[nodeObjectType]
column ofumbracoNode
table so I am not sure where to look for the duplicate?I found this thread https://our.umbraco.com/forum/using-umbraco-and-getting-started/87380-cannot-insert-duplicate-key-row-in-object-dboumbraconode-upgrading-75x-to-76x but I can't really delete the index as it holds a foreign keys, the db does not allow the index to be deleted.
is working on a reply...