I’m running Airbyte locally on macOS (13.2.1 (22D68)) on localhost:8000
. In the web UI I’m attempting to create a Postgres connection. I have Google Cloud SQL proxy running locally on localhost:5432
. However, testing the connection fails:
The connection tests 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.
I’ve tried specifying 127.0.0.1
instead of localhost
, I’ve also tried running Google Cloud SQL proxy on a different port than 5432
. Still doesn’t work.
Incidentally, I can successfully connect to Google Cloud SQL Proxy via other means: DBVisualizer, JetBrains DataGrip, Ruby scripts, Python Script, etc…
Any ideas?