FATAL: password authentication failed for user “postgres”

In this article, we will see the solution for error “FATAL: password authentication failed for user “postgres””.

FATAL:  password authentication failed for user "postgres"

1. Reason is the user postgres has no DB password set on Ubuntu by default. That means, that you can login to that account only by using the postgres OS user account.
Continue reading FATAL: password authentication failed for user “postgres”