Dup Goto 📝

Auth_001

PT2/db/postgres 06-28 13:39:04
To Pop
14 lines, 41 words, 515 chars Saturday 2025-06-28 13:39:04

Peer vs Password

In /etc/postgresql/15/main/ edit the file pg_hba.conf. Choose peer or md5 as needed.

Change

local   all             all                                peer

to

local   all             all                                md5