-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booting error - AddFormKeysAndIndexes migration #559
Comments
Thanks for reporting @bjarnef . And yes, looks like this has revealed an issue with the migrations introduced in 8.7 to add various data integrity constraints, specifically in the checking for duplicates on SQL CE. I've got a fix - do you think you'd have time to test it out for me on your local database just to confirm it solves the issue please? And if so I'll put out a patch release. You can download the file here, |
Hi @AndyButland Thanks for having a quick look at this. I will test the fix right away :) |
It seems to work 👍 |
Good to hear, thanks. We'll get this out in a patch next week. |
Cool, can I deploy this assembly for now until a patch release is ready? |
It has no other changes from 8.7.2, so should be fine from that perspective. Only concern though is that it as built in debug mode, so it might be better for that reason you just use it to get your local SQL CE environment working. In fact, once Umbraco has booted, and the migration has completed, you could go back to the 8.7.2 one as the code causing the problem won't execute again. |
Okay, the only concern is if another developer need to clone the project from scratch, but currently it is only me working on this project. Alternatively it could be configurated with LocalDB, but I originally started the project before installing LocalDB on my machine. But the good thing is we discovered this bug 🙌 |
I have upgraded an Umbraco Cloud project til Umbraco 8.13.0 and Umbraco Forms 8.7.2, which works fine on development and live environment.
However when pulling changes down locally I get an "Boot Failed" error, which seems to be related to
AddFormKeysAndIndexes
in the migration. In have previous upgraded two other project to Umbraco 8.13.0 and Umbraco Forms 8.7.1 without issues. Locally these projects are using LocalDB, where the project is using SQL CE.The text was updated successfully, but these errors were encountered: