Closes #18820: Bump minimum PostgreSQL version to 14 (#18909)

This commit is contained in:
Jeremy Stretch
2025-03-14 14:45:44 -04:00
committed by GitHub
parent 26e02ada30
commit ffe035567a
5 changed files with 7 additions and 7 deletions

View File

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