All Questions
Tagged with pgadmin-4 google-cloud-sql
2 questions
2
votes
2
answers
4k
views
PgAdmin 4.14 connection error in cloudSQL : could not send data to server, socket is not connected, could not send ssl negotiation packet
I am trying to connect cloud sql with pgadmin but it throws error when I try to execute query.
"Could not send Data to server, socket is not connected, could not
sent SSL negotiation pocket"
...
2
votes
0
answers
276
views
Dumping Postgres schema from Google cloud SQL
Now this may look trivial but it is a managed service so I don't have the superuser rights. And various schema/tables/sequences have different roles/users as their owners so I can't just use pg_dump ...