I am trying to connect to my postgres docker container using DBeaver and I am receiving the following error. FATAL: password authentication failed for user "redmine"

did anybody receive this error psql: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
You already invited:

Caleb - Python

Upvotes from:

I have in the past, and it was accurate. The postgresql service wasn't running. The error may also arise if a firewall is preventing the connection. But given that you are connecting from localhost (or at least appear to be), a firewall issue seems unlikely.
(it can happen if you are connecting using the wrong port, too, of course)

If you wanna answer this question please Login or Register