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

@@ -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 13+ |
| Database | PostgreSQL 14+ |
| Task queuing | Redis/django-rq |