Upgrade netbox from version 3.3.10 to 3.4.0 #13360
Replies: 1 comment 7 replies
-
The error tells you how to solve the problem. Your choices are:
Note: if you're upgrading to Netbox v3.4, you should choose the latest in that branch (which is v3.4.10) rather than v3.4.0. All the later versions have bug fixes applied. Do not attempt to upgrade to the v3.6.0 beta except in a virtual machine that you're happy to throw away. There is no supported upgrade path from v3.6.0 beta to the v3.6.0 final release when it appears (or any other release, for that matter) |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi everyone,
I had netbox version 2.8.6 installed in a virtual machine and i wanted to upgrade to the new version (3.6.0) without losing my databases information. I have been following the steps and everything was okey until i tried to upgrade netbox version 3.3.10 to 3.4.0. When i ran the upgrade.sh script this error appeared:
django.db.utils.DataError: Unable to proceed with deleting asn field from Provider model: Found 1 providers with legacy ASN data. Please ensure all legacy provider ASN data has been migrated to ASN objects before proceeding. Or, set the NETBOX_DELETE_LEGACY_DATA environment variable to bypass this safeguard and delete all legacy provider ASN data.
and i don't know how can i solve the problem. Thank you so much.
Best regards.
Pedro
Beta Was this translation helpful? Give feedback.
All reactions