When I try to migrate data after setting up postgresql and running this command:
python manage.py migrate
I run into this error:
django.db.utils.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "blog"
When I try to migrate data after setting up postgresql and running this command:
python manage.py migrate
I run into this error: django.db.utils.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "blog"