Skip to content
Discussion options

You must be logged in to vote

Your installation is badly broken, I can see at least two serious problems there:

  • Netbox 3.2 does not work under python 3.6. Minimum requirement is now python 3.8, and from netbox 3.0 it was python 3.7.
  • Netbox must be run inside a virtualenv, not using locally installed libraries under /usr/local/lib

It may be broken in other ways too that I can't see.

What I suggest is:

  1. Install a new Netbox 3.2.5 system, with python 3.8+, following the fresh installation instructions. Test it and get it fully working. Make sure your startup scripts are correctly pointing to binaries inside the venv, as for example here.
  2. Drop the postgres database and recreate it from a pg_dump taken from previous 3.0 …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kori-San
Comment options

Answer selected by Kori-San
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants