Unable to connect to any database in Postgres #45077
Unanswered
nihalvv
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
We're trying to connect a Postgres Source but constantly getting the following error.
Configuration check failed
State code: 08001; Message: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
The postgres config file is listening to localhost and I'm able to form a connection in Dbeaver as well. We're unable to figure out what's wrong and kind of stuck right now.
I've installed using abctl. Using Python 3.11 and Postgres 16.
These are settings : SSL : prefer, xmin replication, no SSH tunneling, localhost, port 5432.
Could someone please help me out?
Beta Was this translation helpful? Give feedback.
All reactions