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

@@ -79,5 +79,5 @@ NetBox is built on the [Django](https://djangoproject.com/) Python framework and
| HTTP service | nginx or Apache |
| WSGI service | gunicorn or uWSGI |
| Application | Django/Python |
| Database | PostgreSQL 12+ |
| Database | PostgreSQL 13+ |
| Task queuing | Redis/django-rq |