Update docs to indicate PostgreSQL 13+ requirement

This commit is contained in:
Brian Tiemann 2025-01-09 10:26:17 -05:00 committed by Jeremy Stretch
parent 4090afbf24
commit 80e1fd02bb
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ The following sections detail how to set up a new instance of NetBox:
| Dependency | Supported Versions | | Dependency | Supported Versions |
|------------|--------------------| |------------|--------------------|
| Python | 3.10, 3.11, 3.12 | | Python | 3.10, 3.11, 3.12 |
| PostgreSQL | 12+ | | PostgreSQL | 13+ |
| Redis | 4.0+ | | Redis | 4.0+ |
Below is a simplified overview of the NetBox application stack for reference: Below is a simplified overview of the NetBox application stack for reference:

View File

@ -20,7 +20,7 @@ NetBox requires the following dependencies:
| Dependency | Supported Versions | | Dependency | Supported Versions |
|------------|--------------------| |------------|--------------------|
| Python | 3.10, 3.11, 3.12 | | Python | 3.10, 3.11, 3.12 |
| PostgreSQL | 12+ | | PostgreSQL | 13+ |
| Redis | 4.0+ | | Redis | 4.0+ |
## 3. Install the Latest Release ## 3. Install the Latest Release