Umbraco Forms unable to upgrade 14.1.5 to 15
# help-with-umbraco
k
I've upgraded the Umbraco Forms NuGet from 14.1.5 to 14.2, and set
"PackageMigrationsUnattended": true
, but the package migrations don't run automatically anyway. Tried restarting and waiting a while. I can't run the package migrations from the Umbraco UI because of this issue https://github.com/umbraco/Umbraco-CMS/pull/17423. If I edit and resend the URL to
/umbraco/management/api/v1/package/UmbracoForms/run-migration
to workaround the issue (the UI has `Umbraco Forms `in the path instead) I get a 200, but when I reload the installed packages UI it still says "run package migrations", so the migrations don't seem to run. I can't upgrade to 15 since Umbraco Forms says there is no migration from 14.1.5 to 15. Not sure how to proceed. Is the modified
run-migration
URL correct? Is there any other way to get Forms 14.2 to run its migrations?
Actually, when looking at the Forms state in KeyValue, the state is
db5ef50d-51d0-4f93-aae9-bd3df53a3bb1
which is not any of the documented 14-14.1.5 states. So maybe the migrations have run after all, but the UI still shows "run pending migrations"?
a
Did you manage to fix this @kdx-perbol ?
Running into something similar, lokally on dev database the upgrade state is db5ef50d-51d0-4f93-aae9-bd3df53a3bb1 (which should be 15.0)
however when we deployed this to a Test environment, the state is stuck on a5ffa9a7-ca77-4a7c-a1e4-f32e25cde758 (14.1 according to https://docs.umbraco.com/umbraco-forms/upgrading/migration-ids)
Ah and in the backoffice I also get the same issue as you have 🙂
k
Didn't resolve for 15.0. Waiting for 15.1 where the "run pending" bug is fixed(?) and maybe where Forms is more upgradable.
a
Hmm hopefully, dont see any mention of it on the issue tracker though
ill make one tomorrow
k
If you check the issue I linked above, it's labeled "15.1"
a
Missed it, thanks 🙂
Not fixed for us in the latest update, yet
k
Will try an upgrade from 14.latest to 15.1 (or later) later and see if it works for us
21 Views