Closes #4645: Update minimum required version of PostgreSQL to 9.6

This commit is contained in:
Jeremy Stretch
2020-05-15 10:11:36 -04:00
parent 7ec2901996
commit 1e30c8c3f5
4 changed files with 6 additions and 4 deletions

View File

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