Skip to content
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

[BUG]: Couldn't complete attended migration from Umbraco 12 to Umbraco 14. #14860

Closed
AndyButland opened this issue Sep 23, 2023 · 6 comments
Closed
Labels

Comments

@AndyButland
Copy link
Contributor

AndyButland commented Sep 23, 2023

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

Umbraco 14 Preview 3

Bug summary

I have an Umbraco 12 site and attempted to upgrade to Umbraco 14 using an attended migration.

On accessing the /umbraco/ path I get this error:

Invalid object name 'umbracoOpenIddictApplications'.

Steps to reproduce

Steps to reproduce the behavior:

  1. Create an Umbraco 14 site and connect it to a database from an Umbraco 12 site.
  2. Browse to /umbraco/.
  3. See error

Expected result / actual result

I'm not sure I should expect this to work. It looks like there's a catch-22 here - to login and run the migration we need some tables to exist, but these tables need to exist to login.

My guess is that this wouldn't be an issue if I had migrated through Umbraco 13, and when 14 is out, perhaps that'll be the recommended approach. But in this preview phase it could be people will look to update direct from 12, so maybe it's an issue that can be resolved.

@elit0451
Copy link
Member

Fixed in #14945

@AndyButland
Copy link
Contributor Author

I'm not sure the PR referenced addressed this issue @elit0451 / @Zeegaan. It fixed the issue with unattended migrations, but don't think it would have had any effect on this one.

@Zeegaan
Copy link
Member

Zeegaan commented Oct 11, 2023

@AndyButland are you using the new backoffice here? 😁 I might have missed something when testing then 🤔

@AndyButland
Copy link
Contributor Author

It didn't get that far. When trying to access /umbraco/ I got the error above. Then I configured to use unattended upgrades, and found the second issue - which you've fixed.

It might well be just that this is expected not to work yet, but I couldn't see anything in your fix that would have resolved this issue.

@Zeegaan
Copy link
Member

Zeegaan commented Oct 11, 2023

Yes when migrating right now you have to manually navigate to the /install endpoint, atleast when using the old backoffice 🙈

@AndyButland
Copy link
Contributor Author

OK, that was probably all it was then. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants