Update services that need to be restarted after upgrade. #1967

Closed
opened 2025-12-29 17:20:59 +01:00 by adam · 1 comment
Owner

Originally created by @jchristopher327 on GitHub (Aug 22, 2018).

Change Type

[ ] Addition
[X ] Correction
[ ] Deprecation
[ ] Cleanup (formatting, typos, etc.)

Proposed Changes

Finally, restart the WSGI service to run the new code. If you followed this guide for the initial installation, this is done using supervisorctl:

- # sudo supervisorctl restart netbox
+ # sudo supervisorctl restart netbox:netbox-core

If using webhooks, also restart the Redis worker:

- # sudo supervisorctl restart netbox-rqworker
+ # sudo supervisorctl restart netbox:netbox-webhook-backend
Originally created by @jchristopher327 on GitHub (Aug 22, 2018). <!-- Please indicate the nature of the change by placing an X in one of the boxes below. --> ### Change Type [ ] Addition [X ] Correction [ ] Deprecation [ ] Cleanup (formatting, typos, etc.) <!-- Describe the proposed change(s). --> ### Proposed Changes Finally, restart the WSGI service to run the new code. If you followed this guide for the initial installation, this is done using `supervisorctl`: ```no-highlight - # sudo supervisorctl restart netbox + # sudo supervisorctl restart netbox:netbox-core ``` If using webhooks, also restart the Redis worker: ```no-highlight - # sudo supervisorctl restart netbox-rqworker + # sudo supervisorctl restart netbox:netbox-webhook-backend
adam closed this issue 2025-12-29 17:20:59 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 5, 2018):

The current documentation is correct. netbox-core was defined at one point in a beta release of v2.4.

@jeremystretch commented on GitHub (Sep 5, 2018): The current documentation is correct. `netbox-core` was defined at one point in a beta release of v2.4.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1967