The Netbox is version 2.6.2, installed in a Centos7. The Netbox suggested that I should upgrade the version to v2.11.
I've upgrade the python to v3.7, and made some change in ./upgrade.sh. It seems like I've successfully upgrade to v2.11, but it doesn't.
When I tried to run - systemctl restart netbox netbox-rq, it gave me below error.
netbox.service: main process exited, code=exited, status=217/USER
And when I ran, python3 manage.py runserver
0.0.0.0:8000 --insecure, it gave me below:
File "manage.py", line 8, in <module> from django.core.management import execute_from_command_line ModuleNotFoundError: No module named 'django'
Wondering what is the correct sequence to upgrade it to latest version.
Thank you in advance.