NETBOX Upgrade #9638
Replies: 6 comments 6 replies
-
The error says it's a directory, so I believe it.
What do you see if you type these commands:
There are two different approaches in that post: one is to install new yum packages, and one is to install from source. Which did you use? I have a suspicion that you untarred the source code tarball inside the /usr/bin directory (which is not the right place to put a source bundle; use your home directory). |
Beta Was this translation helpful? Give feedback.
-
I get this
|
Beta Was this translation helpful? Give feedback.
-
Now I am getting this error on the web page. Server Error Database migrations missing - When upgrading to a new NetBox release, the upgrade script must be run to apply any new database migrations. You can run migrations manually by executing python3 manage.py migrate from the command line. Unsupported PostgreSQL version - Ensure that PostgreSQL version 10 or later is in use. You can check this by connecting to the database using NetBox's credentials and issuing a query for SELECT VERSION(). The complete exception is provided below: <class 'django.db.utils.ProgrammingError'> column extras_customfield.created does not exist Python version: 3.9.6 |
Beta Was this translation helpful? Give feedback.
-
I am running postgres version 9.2....how do I upgrade it to 10 please? |
Beta Was this translation helpful? Give feedback.
-
How do I check the current version of netbox installed? I think I upgraded to v2.11.12 |
Beta Was this translation helpful? Give feedback.
-
I was able to upgrade it now....thank you so much! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to upgrade Netbox to the latest version. I have installed Python version 3.9.6 in the /usr/bin directory. When I put the source for python to be /usr/bin/Python3.9, it gives an error saying it is a directory.
sudo PYTHON=/usr/bin/python3.8 ./upgrade.sh
NOTE: I installed python using the link below
https://phoenixnap.com/kb/how-to-install-python-3-centos-7
WHen I run python3.9 --version, I do show the latest version I installed. However, here is the error I get
Beta Was this translation helpful? Give feedback.
All reactions