Hi,
I had configured a ~/.pgpass
file a long time ago, and it was working. It doesn't anymore. Did something changed?
Error message: psql: FATAL: no pg_hba.conf entry for host "[local]", user "$USER", database "$USER", SSL off
The file permissions are correct: chmod 600
and chown $USER:$USER
.
The content is like: hostname:port:database:username:password
(actually *:*:*:user:password
).
It's on opal6
.
Thanks.