PSQLException: FATAL: Ident authentication failed for user "dbuser" code example
Example: psql: FATAL: Ident authentication failed for user "postgres"
$ sudo -u postgres psql
\password
Enter password: ...
...
$ sudo -u postgres psql
\password
Enter password: ...
...