How to connect to Cloud SQL Postgres table from Cloud Run #2933
Unanswered
adam-heat1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't get past my
Configuration(EmptyHost)
error when hitting my database from Google Cloud Run.I am able to run locally just fine connecting to my table by passing
This doesn't work when I deploy to Google Cloud Run though. I tried changing the ip section to my unix socket
/cloudsql/project-id:region:cloud-sql-name
but that didn't work either.I also moved to use connection_options like this
All of these give me an error of
Configuration(EmptyHost)
. How can I get more details to get past this issues?Thanks in advance for the help
Beta Was this translation helpful? Give feedback.
All reactions