How do I connect Postgres locally (local host) on Linux? #70872
Unanswered
RealNath
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sorry for the beginner question. Basically, I'm told to use this tool by my university as a preparation for an assignment. This is my first time using the tool. The thing is, I can't use host.docker.internal since it's not Windows/Mac (
Failed to save Postgres_Source1 due to the following error: State code: 08001; Message: The connection attempt failed.).localhost doesn't work directly since it's a Docker container too (
Failed to save Postgres_Source1 due to the following error: 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.)So I used 172.17.0.1, but I got this error instead (
Failed to save Postgres_Source1 due to the following error: Message: HikariPool-1 - Connection is not available, request timed out after 10001ms (total=0, active=0, idle=0, waiting=0)). Here's the log message:For the life of me, I can't figure out how to connect PostgreSQL. I'm at a loss. How am I supposed to run PostgreSQL locally using Linux?
Beta Was this translation helpful? Give feedback.
All reactions