Hi,
I was upgrade my umbraco instance from v8 to v10. This working OK.
Now I install Umbraco Forms and it throw this error:
Umbraco.Cms.Core.Exceptions.BootFailedException: The migration plan does not support migrating from state "7a044d6d-93ff-4534-8f19-ed2daa05451d".
Then I rename database record value in table umbracoKeyValue from record “Umbraco.Core.Upgrader.State+UmbracoForms” to “Umbraco.Core.Upgrader.State+UmbracoFormsOld”. After this changed Umbraco started. But umbraco forms in backoffice throw another error:
Invalid column name 'ViewEntries'. Invalid column name 'EditEntries'.
I think its problem with migrations, maybe.
My question is simple. How to fix it? How to upgrade umbraco forms v8 to v10 without lost data?
Thanks.
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/109436-umbraco-forms-upgrade-v8-to-v10