Netbox on RedHat - Upgrade Script #12948
Replies: 3 comments 1 reply
-
Do you have access to files in |
Beta Was this translation helpful? Give feedback.
-
I did figure out what was wrong and wanted to share so that others could avoid the issues I faced. The Netbox configuration section of the Installation & upgrade manual appears to be missing one configuration change. After the Secret_Key is generated it needs to be inputted into the configuration.py located in the /opt/netbox/netbox/netbox/ folder. The change is illustrated in the video |
Beta Was this translation helpful? Give feedback.
-
I reread the Netbox and installation and you are right it does state the following four are required elements for new installations.
I see now how the the configuration section was intended now. The SECRET_KEY section appeared to be ONLY associated with generating the secret key. I wish I had seen the Table of contents on the right hand side of the page because its clear what was intended. Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When performing the Netbox instillation performing the "Create a Super User" the following command is executed:
~]$ source /opt/netbox/venv/bin/activate
-bash: /opt/netbox/venv/bin/activate: Permission denied
~]$
~]$ sudo source /opt/netbox/venv/bin/activate
[sudo] password for weikeld:
sudo: source: command not found
Do you have recommendations about how to resolve the above errors.
Beta Was this translation helpful? Give feedback.
All reactions