REDIS Configuration Webhooks to Tasks #4077

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

Originally created by @agrrajag on GitHub (Sep 8, 2020).

Change Type

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

Area

[ ] Installation instructions
[x] Configuration parameters
[ ] Functionality/features
[ ] REST API
[ ] Administration/development
[ ] Other

Proposed Changes

If upgrading from an older version, you may come across this error:

"REDIS section in configuration.py is missing the 'tasks' subsection."
django.core.exceptions.ImproperlyConfigured: REDIS section in configuration.py is missing the 'tasks' subsection.
root@ipam:/opt/netbox# ls

To resolve:

  1. Nano into the configuration file

sudo nano /opt/netbox/netbox/netbox/configuration.py

  1. Under REDIS, change "webhooks" to "tasks" and save

  2. Run ./upgrade.sh again and it should work successfully.

Originally created by @agrrajag on GitHub (Sep 8, 2020). ### Change Type [x] Addition [ ] Correction [ ] Deprecation [ ] Cleanup (formatting, typos, etc.) ### Area [ ] Installation instructions [x] Configuration parameters [ ] Functionality/features [ ] REST API [ ] Administration/development [ ] Other ### Proposed Changes If upgrading from an older version, you may come across this error: "REDIS section in configuration.py is missing the 'tasks' subsection." django.core.exceptions.ImproperlyConfigured: REDIS section in configuration.py is missing the 'tasks' subsection. root@ipam:/opt/netbox# ls To resolve: 1. Nano into the configuration file `sudo nano /opt/netbox/netbox/netbox/configuration.py` 2. Under REDIS, change "webhooks" to "tasks" and save 3. Run ./upgrade.sh again and it should work successfully.
adam added the type: documentation label 2025-12-29 18:32:59 +01:00
adam closed this issue 2025-12-29 18:32:59 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 9, 2020):

The new configuration format has already been updated in the configuration documentation, but I'll add a note to the release notes. There's no need to duplicate the documentation.

@jeremystretch commented on GitHub (Sep 9, 2020): The new configuration format has already been updated in the configuration documentation, but I'll add a note to the release notes. There's no need to duplicate the documentation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4077