-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello
I am upgrading an Umbraco 7 site that has Umbraco Forms 7.2.1 installed.
I started by upgrading to the latest version of umbraco 7, and latest Umbraco Forms 7.5.9
Then, I upgrade the database to latest Umbraco 8 (8.18.5) and UF 8.0.0, and then also onto the latest Umbraco forms 8 version, 8.13.2
At which point I also changed the “StoreUmbracoFormsInDb” to true
When I run the site at this stage and go to the UF section I get:
Invalid object name 'UFUserStartFolders'
I can see that table (and other tables related to storing UF in the database) don’t exist.
How do I trigger the migration that creates them?
Ultimately I'm upgrading the Umbraco db to 10.2, and StoreUmbracoFormsInDb=true is a prerequisite of UF10.x.
Currently, the umbraco 10 site isn't starting with the following boot error which i understand from googling is UF-related:
Umbraco.Cms.Core.Exceptions.BootFailedException: The migration plan does not support migrating from state "6e692c5d-c670-4c34-af17-28d8dbf0dcd2". -> System.InvalidOperationException: The migration plan does not support migrating from state "6e692c5d-c670-4c34-af17-28d8dbf0dcd2"
Many thanks
Andrew