[PR #5159] [CLOSED] Update docs to install Redis v4.0 or later on Centos 7 #12973

Closed
opened 2025-12-29 22:24:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/5159
Author: @SharadKumar97
Created: 9/21/2020
Status: Closed

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

24 files changed (+195 additions, -67 deletions)

View changed files

📝 docs/installation/2-redis.md (+9 -3)
📝 docs/models/dcim/rearporttemplate.md (+1 -1)
📝 docs/release-notes/version-2.9.md (+22 -0)
📝 netbox/dcim/constants.py (+1 -1)
netbox/dcim/migrations/0116_rearport_max_positions.py (+34 -0)
📝 netbox/dcim/models/device_component_templates.py (+8 -2)
📝 netbox/dcim/models/device_components.py (+8 -2)
📝 netbox/dcim/views.py (+6 -0)
📝 netbox/extras/api/customfields.py (+1 -1)
📝 netbox/extras/api/serializers.py (+11 -5)
📝 netbox/extras/management/commands/runreport.py (+30 -4)
📝 netbox/extras/tests/test_tags.py (+18 -0)
📝 netbox/ipam/forms.py (+4 -9)
📝 netbox/ipam/models.py (+5 -17)
📝 netbox/ipam/tables.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/dcim/device.html (+7 -8)
📝 netbox/templates/dcim/rack.html (+10 -1)
📝 netbox/templates/dcim/rack_elevation_list.html (+9 -3)
📝 netbox/templates/dcim/site.html (+2 -2)

...and 4 more files

📄 Description

Fixes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/5159 **Author:** [@SharadKumar97](https://github.com/SharadKumar97) **Created:** 9/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`0c8d45f`](https://github.com/netbox-community/netbox/commit/0c8d45f679806b21939f60700a8a70d47064ef0e) Post-release version bump - [`695e9ec`](https://github.com/netbox-community/netbox/commit/695e9ec5d7ce3915cf6caf8f4131b5dc1d116747) Fixes #5111: Allow use of tuples when specifying ObjectVar query_params - [`1509650`](https://github.com/netbox-community/netbox/commit/150965046269b5d0f2145f7bf8447ba2e35e6ed1) Closes #5107: Add note about dropping backward compatibility for old REDIS configuration format - [`c891f43`](https://github.com/netbox-community/netbox/commit/c891f43b144c82e8d7891b57ca113d5f8f1f156a) Fixes #5050: Fix potential failure on 0016_replicate_interfaces schema migration from old release - [`47a6fc1`](https://github.com/netbox-community/netbox/commit/47a6fc19cab1a3f53f80855e1f6fa9288fc8cbaf) Fixes #5109: Fix representation of custom choice field values for webhook data - [`4466458`](https://github.com/netbox-community/netbox/commit/4466458076b4cfd1b3d97a234d7f34ef9e191e8c) Fixes #5118: Specifying an empty list of tags should clear assigned tags (REST API) - [`c5e82a3`](https://github.com/netbox-community/netbox/commit/c5e82a389545ae5516577e452ddd9cb32fc0a185) fixes #5108 - correct the runreport management command to work with JobResults model - [`22e30b9`](https://github.com/netbox-community/netbox/commit/22e30b93d5c84cb7164bee84eb67b1f23167b0b2) Merge pull request #5126 from netbox-community/5108-report-management-command-fix - [`b1b6351`](https://github.com/netbox-community/netbox/commit/b1b63513e79d6b253492edbadab5e92c217f4e41) Changelog for #5108 - [`df6ad68`](https://github.com/netbox-community/netbox/commit/df6ad680ce300733157cb100f7627d45b1cb4db4) Closes #1755: Toggle order in which rack elevations are displayed ### 📊 Changes **24 files changed** (+195 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/2-redis.md` (+9 -3) 📝 `docs/models/dcim/rearporttemplate.md` (+1 -1) 📝 `docs/release-notes/version-2.9.md` (+22 -0) 📝 `netbox/dcim/constants.py` (+1 -1) ➕ `netbox/dcim/migrations/0116_rearport_max_positions.py` (+34 -0) 📝 `netbox/dcim/models/device_component_templates.py` (+8 -2) 📝 `netbox/dcim/models/device_components.py` (+8 -2) 📝 `netbox/dcim/views.py` (+6 -0) 📝 `netbox/extras/api/customfields.py` (+1 -1) 📝 `netbox/extras/api/serializers.py` (+11 -5) 📝 `netbox/extras/management/commands/runreport.py` (+30 -4) 📝 `netbox/extras/tests/test_tags.py` (+18 -0) 📝 `netbox/ipam/forms.py` (+4 -9) 📝 `netbox/ipam/models.py` (+5 -17) 📝 `netbox/ipam/tables.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/dcim/device.html` (+7 -8) 📝 `netbox/templates/dcim/rack.html` (+10 -1) 📝 `netbox/templates/dcim/rack_elevation_list.html` (+9 -3) 📝 `netbox/templates/dcim/site.html` (+2 -2) _...and 4 more files_ </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <ISSUE NUMBER GOES HERE> <!-- Hey guys, Existing set of instructions for installing Redis server via epel repo installs Redis 3.0 on Centos 7. And when we try to create a super user we get this error - redis.exceptions.ResponseError: Error running script (call to f_0605214935a9ffcd4b9e5779300302540ff08da4): @user_script:36: @user_script: 36: Unknown Redis command called from Lua script So to fix this Redis v4.0 or later is required. I have tested this on multiple centos 7 instances and I got the same error. So the new proposed changes (updates) includes the new steps to install Redis v4.0 or later. Thank you --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:40 +01:00
adam closed this issue 2025-12-29 22:24:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12973