1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7318: Raise minimum required PostgreSQL version from 9.6 to 10

This commit is contained in:
jeremystretch
2021-09-29 12:14:15 -04:00
parent 19c984bdab
commit 86aed4e073
6 changed files with 14 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ NetBox v3.0 and later requires the following:
| Dependency | Minimum Version |
|------------|-----------------|
| Python | 3.7 |
| PostgreSQL | 9.6 |
| PostgreSQL | 10 |
| Redis | 4.0 |
## Install the Latest Release