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?