Closes #7318: Raise minimum required PostgreSQL version from 9.6 to 10

This commit is contained in:
jeremystretch
2021-09-29 12:14:15 -04:00
parent 19c984bdab
commit 86aed4e073
6 changed files with 14 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ 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 9.6+ |
| Database | PostgreSQL 10+ |
| Task queuing | Redis/django-rq |
| Live device access | NAPALM |