You are not allowed to perform this action
postgresql
PostgreSQL
Common Errors
Peer authentication fails when using UNIX socket
- In
/etc/postgresql/17/main/pg_hba.conf, change this line:local all all peer
to:
local all all md5
postgresql.txt · Last modified: by wolfo
