Upgrade from 3.4.4 to 3.7.0 failed due to migrations applied in wrong order #14678
Unanswered
skyhisi
asked this question in
Help Wanted!
Replies: 1 comment 3 replies
-
Also had this issue; manual migration as above resolved it. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment Type
Self-hosted
NetBox Version
v3.7.0
Python Version
3.9
Steps to Reproduce
When upgrading from 3.4.4 to 3.7.0, the upgrade.sh script failed with the error:
Postgres logged the following:
I was able to work around the issue by manually running the migration to move configrevision:
After this the upgrade was able to work as expected.
Expected Behavior
Database migrations should have worked
Observed Behavior
Database migrations were applied in wrong order
Beta Was this translation helpful? Give feedback.
All reactions