Can't upgrade from 3.4.8 to 3.5.7 #13456
Replies: 2 comments
-
What (Sorry couldn't resist 😂) |
Beta Was this translation helpful? Give feedback.
-
This shows that you're running packages which have been installed globally for Python. That's wrong. You need to run the gunicorn which is inside its virtualenv.
I don't know where you got all that from, but it's all completely unnecessary. You should not touch PYTHONPATH or anything else like that; but most importantly you should not be running the global gunicorn. The correct way to run gunicorn manually is shown here:
(Normally systemd would also switch to the correct uid/gid) By running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version 3.4.8 to 3.5.7
Hello I'm trying to upgrade from 3.4.8 to 3.5.7
I've started the upgrade script and things went fine.
But when I start netbox I have errors
This is working in 3.4.8 but not in 3.5.7
Beta Was this translation helpful? Give feedback.
All reactions