Closes #10358: Raise minimum required PostgreSQL version from 10 to 11

This commit is contained in:
jeremystretch
2022-09-14 17:10:14 -04:00
parent 6a9274a95f
commit 4208dbd514
6 changed files with 17 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ ALLOWED_HOSTS = ['*']
## DATABASE
NetBox requires access to a PostgreSQL 10 or later database service to store data. This service can run locally on the NetBox server or on a remote system. The following parameters must be defined within the `DATABASE` dictionary:
NetBox requires access to a PostgreSQL 11 or later database service to store data. This service can run locally on the NetBox server or on a remote system. The following parameters must be defined within the `DATABASE` dictionary:
* `NAME` - Database name
* `USER` - PostgreSQL username