Upgrading from 3.4.4 to 3.7.8: Error upgrade command not found #16540
Unanswered
lp-hdd
asked this question in
Help Wanted!
Replies: 2 comments 2 replies
-
I'm getting the same exact error trying to upgrade from 3.4.4 to 3.7.8.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
sudo apt-get install python3.12-venv python3.12-dev <- same issue had to install the venv & dev packages I had only installed the python3.12 package |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get to version 4 eventually. I am not well versed in the Linux environment, just trying to upgrade our instance of NetBox.
Following the instructions on the upgrade page, everything checks out until I run the upgrade command:
sudo PYTHON=/usr/bin/python3.12 ./upgrade.sh
The default version of python is 3.8, but I have installed 3.12 to run the upgrade.
I found this command to try and I get this:
PYTHON=/usr/bin/python3.12 /opt/netbox/upgrade.sh
Beta Was this translation helpful? Give feedback.
All reactions