1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update upgrade script & instructions to better accomodate moving to a venv

This commit is contained in:
Jeremy Stretch
2020-02-26 15:26:12 -05:00
parent be9df3c07d
commit 1abc82e718
2 changed files with 19 additions and 3 deletions

View File

@ -85,6 +85,9 @@ This script:
## Restart the NetBox Services
!!! warning
If you are upgrading from an installation that does not use a Python virtual environment, you'll need to update the systemd service files to reference the new Python and gunicorn executables before restarting the services. These are located in `/opt/netbox/venv/bin/`. See the example service files in `/opt/netbox/contrib/` for reference.
Finally, restart the gunicorn and RQ services:
```no-highlight