-
I've gotten my app and my database talking to each other, but my SQL and App Engine logs are being absolutely flooded by connection errors anyway.
On the App Engine side, I'm seeing the usual `/clo…
-
## Question
When I connect to a Cloud SQL instance with the "gcloud" command, like this:
```
$ gcloud beta sql connect INSTANCE --user=USER --database=SOME_DB
```
I see it starting the Clou…
-
I went through [official guide](https://cloud.google.com/sql/docs/postgres/connect-container-engine) from Google on how to connect to Cloud PostgreSQL.
Unfortunately I get this traceback in logs:
``…
-
Following on from #127, we now see broken database connection errors logged in production, although due to [pessimistic disconnect handling](https://docs.sqlalchemy.org/en/20/core/pooling.html#disconn…
-
This causing any FW upgrade to fail, after the GSQL was inactive.
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
```
(for everything below, hostnames in /etc/hosts:
tung0 = mysql master
tung1 = separate server running the replicator
tung2 = Google Cloud SQL instance public IP address)
What steps will reproduce …
-
-
Trying to deploy the following DatabaseInstance to our gcp account. Simple enough:
```
const instance = new gcp.sql.DatabaseInstance(
'cluster-sql',
{
databaseVersion: 'POSTGRES_12',
…
-
The main migration tool container and the sidecar cloud_sql_proxy container have independent lifecycles, even though
they are functionally dependent on each other.
Theoretically, the migration too…