From d592afe56ccdbf3f34a0696421f1ecf4c6f58880 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 4 Jun 2026 14:57:03 -0400 Subject: [PATCH] Closes #22349: Correct documentation to reflect minimum Redis version of 5.0 --- docs/installation/2-redis.md | 2 +- docs/installation/index.md | 2 +- docs/installation/upgrading.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/installation/2-redis.md b/docs/installation/2-redis.md index c29deb5c2..00a02b889 100644 --- a/docs/installation/2-redis.md +++ b/docs/installation/2-redis.md @@ -8,7 +8,7 @@ sudo apt install -y redis-server ``` -Before continuing, verify that your installed version of Redis is at least v4.0: +Before continuing, verify that your installed version of Redis is at least v5.0: ```no-highlight redis-server -v diff --git a/docs/installation/index.md b/docs/installation/index.md index 326f9e4dd..a20bcd369 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -29,7 +29,7 @@ The following sections detail how to set up a new instance of NetBox: |------------|--------------------| | Python | 3.12, 3.13, 3.14 | | PostgreSQL | 14+ [^1] | -| Redis | 4.0+ | +| Redis | 5.0+ | [^1]: Support for PostgreSQL 14 is deprecated and will be removed in NetBox v4.7. PostgreSQL 15 or later will be required. diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 64a61b9d8..cc0ec476f 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -34,7 +34,7 @@ NetBox requires the following dependencies: |------------|--------------------| | Python | 3.12, 3.13, 3.14 | | PostgreSQL | 14+ [^1] | -| Redis | 4.0+ | +| Redis | 5.0+ | [^1]: Support for PostgreSQL 14 is deprecated and will be removed in NetBox v4.7. PostgreSQL 15 or later will be required. @@ -42,10 +42,10 @@ NetBox requires the following dependencies: | NetBox Version | Python min | Python max | PostgreSQL min | Redis min | Documentation | |:--------------:|:----------:|:----------:|:--------------:|:---------:|:-----------------------------------------------------------------------------------------:| -| 4.6 | 3.12 | 3.14 | 14 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.6.0/docs/installation/index.md) | -| 4.5 | 3.12 | 3.14 | 14 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.5.0/docs/installation/index.md) | -| 4.4 | 3.10 | 3.12 | 14 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.4.0/docs/installation/index.md) | -| 4.3 | 3.10 | 3.12 | 14 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.3.0/docs/installation/index.md) | +| 4.6 | 3.12 | 3.14 | 14 | 5.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.6.0/docs/installation/index.md) | +| 4.5 | 3.12 | 3.14 | 14 | 5.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.5.0/docs/installation/index.md) | +| 4.4 | 3.10 | 3.12 | 14 | 5.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.4.0/docs/installation/index.md) | +| 4.3 | 3.10 | 3.12 | 14 | 5.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.3.0/docs/installation/index.md) | | 4.2 | 3.10 | 3.12 | 13 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.2.0/docs/installation/index.md) | | 4.1 | 3.10 | 3.12 | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.1.0/docs/installation/index.md) | | 4.0 | 3.10 | 3.12 | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.0.0/docs/installation/index.md) |