-
Hi ! I was asked to upgrade the Netbox Service for my company from v.2.7.6 to a 3.X version. I've been following all the steps showed in the upgrade guide all the services are up (both netbox and netbox-rq) but when I try to connect to the web's UI I have an "Internal Server Error" message displaying. I've been looking for a cause for this message for days and i think i finally find it. In my '/var/log/supervisor/netbox-stderr-XXXXXX.log' there is only one error displaying on loop:
So it looks like Netbox can't find a urls.py. What I've done and / or tried:
I tried to seek for similar issues on Netbox or any other Open Source project but I didn't find anything, the only mention of an urls.py is from the Django doc. Here are all the files matching the "*url*.py" glob:
Does anyone faced a similar issue ? Or might have a clue of why it isn't working ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your installation is badly broken, I can see at least two serious problems there:
It may be broken in other ways too that I can't see. What I suggest is:
Note that for versions older than 2.11, it's necessary to upgrade to 2.11.x first. Once you've done that successfully, you can then use the pgdump from 2.11.x to import into 3.2.x (followed by |
Beta Was this translation helpful? Give feedback.
Your installation is badly broken, I can see at least two serious problems there:
/usr/local/lib
It may be broken in other ways too that I can't see.
What I suggest is: