Upgrade from v2.11.12 to v.3.0.1 #7152
-
NetBox versionv2.11.12 Python version3.7 Steps to ReproduceRunning upgrade.sh script fails with ERROR: Database schema migrations are out of synchronization. (No
When i run show migrations Traceback (most recent call last): I have deleted all secrets and secret roles as well. Expected BehaviorMigrations to be applied and upgrade to finish Observed BehaviorUpgrade fails |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This error references a migration file that does not exist in the v3.0 code base, which suggests an error with your installation. It's likely that you've copied the v3.0 code into the v2.11 installation, rather than replacing it. I recommend starting over with your original v2.11.12 installation and trying the entire upgrade procedure again. |
Beta Was this translation helpful? Give feedback.
This error references a migration file that does not exist in the v3.0 code base, which suggests an error with your installation. It's likely that you've copied the v3.0 code into the v2.11 installation, rather than replacing it. I recommend starting over with your original v2.11.12 installation and trying the entire upgrade procedure again.