Upgrade doc correction #199

Closed
opened 2025-12-29 16:19:16 +01:00 by adam · 0 comments
Owner

Originally created by @kenspi on GitHub (Jul 12, 2016).

Under the "Option A: Download a Release" section, it is missing a step. The doc should add the step to copy the gunicorn_config.py file from the original installation to the upgrade location.

Suggested addition:
Copy the 'gunicorn_config.py' you created when first installing to the new version:

# cp /opt/netbox-1.0.4/gunicorn_config.py /opt/netbox/gunicorn_config.py

Leaving this step out will result in errors when restarting the WSGI service, and will show a "bad gateway" error from nginx.

Originally created by @kenspi on GitHub (Jul 12, 2016). Under the "Option A: Download a Release" section, it is missing a step. The doc should add the step to copy the gunicorn_config.py file from the original installation to the upgrade location. Suggested addition: Copy the 'gunicorn_config.py' you created when first installing to the new version: `# cp /opt/netbox-1.0.4/gunicorn_config.py /opt/netbox/gunicorn_config.py` Leaving this step out will result in errors when restarting the WSGI service, and will show a "bad gateway" error from nginx.
adam closed this issue 2025-12-29 16:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#199