Cannot Install v2.11.9 #16775
-
We have a very old v2.11.9 that we want to upgrade to v4.0.x. Ubuntu Server 24.04
The error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Since you are already on v2.11.x you can skip what you are trying to do entirely. First, create a fresh VM with Netbox v3.7.8. Import your SQL dump from the v2.11.9 into this, run |
Beta Was this translation helpful? Give feedback.
-
For those who are stuck in v2.11.x, here how I managed to migrate/upgrade to v4.0.6 Installed Ubuntu 20.04 in test VM1 Installed Ubuntu 24.04 in test VM2 |
Beta Was this translation helpful? Give feedback.
For those who are stuck in v2.11.x, here how I managed to migrate/upgrade to v4.0.6
Installed Ubuntu 20.04 in test VM1
Installed Netbox v2.11.12 on it
Imported our DB from v2.11.9
Update Netbox to v3.6.5, use
sudo NETBOX_DELETE_LEGACY_DATA=1 upgrade.sh
as mentioned hereExported the DB
Installed Ubuntu 24.04 in test VM2
Installed Netbox v3.7.8 on it
Imported our DB from v3.6.5 from test VM1
Update Netbox to v4.0.6