Closed espenfl closed 2 years ago
Im also facing this error.. any guidance?
This is probably due to an incompatibility between Django and postgres versions. Currently I successfully deploy Django 3.0.8 w/ Postgres 9.6 or Django 2.1.1 w/ Postgres 9.2
I think more recent versions of Django require Postgres 9.5+. If you're on redhat and have an older postgres as default you can get 9.6 via
https://yallalabs.com/linux/how-to-install-postgresql-9-6-on-centos-7-rhel-7/
Just got this when executing
update_db.py
manually on a fresh install to check that everything works before creating acron
:any idea on what can cause this?