Closes #18311: Update minimum required version of PostgreSQL

This commit is contained in:
Jeremy Stretch
2025-01-06 16:56:58 -05:00
parent a23f722235
commit b7f1c723cc
4 changed files with 6 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ ALLOWED_HOSTS = ['*']
## DATABASE
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:
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:
* `NAME` - Database name
* `USER` - PostgreSQL username