카테고리 없음

psql: FATAL: password authentication failed for user ...

een 2020. 8. 20. 17:49
in your pg_hba.conf, modify

local   all             postgres                                md5

to

local   all             postgres                                trust

(https://stackoverflow.com/questions/21483540/postgres-password-authentication-issue)