-
NetBox versionv2.11.9 Python version3.8 Steps to Reproduce
Expected BehaviorSuccesfully upgrade from 2.11.2 to 2.11.9 Observed BehaviorThe following exception was raised:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Somehow you've managed to get your database into an invalid state. Did you ever install a beta or develop version of Netbox? Upgrades from those are not supported. Did you ever downgrade a Netbox version? If not, then I'm afraid I don't know how it happened. You could attempt to fix up your database manually - sqldiff may help identify what the problems are - but there is no guarantee of success, or that your database won't break again on future upgrades. Otherwise, you can either revert to an older backup and then upgrade from there, or do a fresh install. Obviously you'll lose data you've entered in the mean time. |
Beta Was this translation helpful? Give feedback.
Somehow you've managed to get your database into an invalid state. Did you ever install a beta or develop version of Netbox? Upgrades from those are not supported. Did you ever downgrade a Netbox version? If not, then I'm afraid I don't know how it happened.
You could attempt to fix up your database manually - sqldiff may help identify what the problems are - but there is no guarantee of success, or that your database won't break again on future upgrades.
Otherwise, you can either revert to an older backup and then upgrade from there, or do a fresh install. Obviously you'll lose data you've entered in the mean time.