Umbraco 7.15.3 to 8.5 upgrade problem; missing or duplicate 'current' content versions.
I've been working through trying to do the upgrade; sorted about 5 problems so far with the help of forum messages and github, but now got to one im stuck on.
The database failed to upgrade. ERROR: The database configuration failed with the following message: Migration failed: missing or duplicate 'current' content versions.
the only page i can find searching for this error is;
https://github.com/umbraco/Umbraco-CMS/issues/5831
However the two queries suggested to check on there return 0 results for me. Is there anything else I could check?
Umbraco 7.15.3 to 8.5 upgrade problem; missing or duplicate 'current' content versions.
I've been working through trying to do the upgrade; sorted about 5 problems so far with the help of forum messages and github, but now got to one im stuck on.
The database failed to upgrade. ERROR: The database configuration failed with the following message: Migration failed: missing or duplicate 'current' content versions.
the only page i can find searching for this error is; https://github.com/umbraco/Umbraco-CMS/issues/5831 However the two queries suggested to check on there return 0 results for me. Is there anything else I could check?
Thanks for any help!
The two queries in that issue cover the causes of duplicate current versions, but not missing current versions.
This will list all versions for any nodes which have no 'newest' version:
Hopefully it will be obvious which versionId should be marked as newest for each nodeId, and you can manually update the
newest
column.Thanks Steve!
is working on a reply...