django.db.models.deletion.ProtectedError when upgrading to Netbox 3.4.0 #14130
Unanswered
chris-windscribe
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
I did some digging and this seems to be an issue with the content in the changelog table. I'm guessing there was a schema change somewhere and the migration script didn't like a few of the entries. After removing them manually using Example of a couple of 'bad' entries I removed
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
NetBox version
v3.4.0
Python version
3.8
Steps to Reproduce
When upgrading from netbox 3.3.10 to netbox 3.4.0 I receive the following error after running
upgrade.sh
:As best I can tell there is an object type that has been deprecated which the migration script is attempting to remove, but it cannot due to some existing references.
Expected Behavior
upgrade.sh script should complete sucessfully
Observed Behavior
Beta Was this translation helpful? Give feedback.
All reactions