Closes #12964: Raise minimum PostgreSQL version from 11 to 12

This commit is contained in:
Jeremy Stretch
2023-06-22 12:27:21 -04:00
parent 9fa1411d74
commit 48b2ab3587
6 changed files with 10 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ ALLOWED_HOSTS = ['*']
## DATABASE
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:
NetBox requires access to a PostgreSQL 12 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