1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Call out dependency on v2.11+ for upgrades

This commit is contained in:
jeremystretch
2021-07-19 11:27:00 -04:00
parent 31e41f8f02
commit ae6b2be52c
2 changed files with 19 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## v3.0-beta1 (FUTURE)
!!! warning "Existing Deployments Must Upgrade from v2.11"
Upgrading an existing NetBox deployment to version 3.0 **must** be done from version 2.11.0 or later. If attempting to upgrade a deployment of NetBox v2.10 or earlier, first upgrade to a NetBox v2.11 release, and then upgrade from v2.11 to v3.0. This will avoid any problems with the schema migration optimizations implemented in version 3.0.
### Breaking Changes
* Python 3.6 is no longer supported.