Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I activated pgaudit on my Cloud SQL instance by adding the two flags enable and pgaudit.log, and I immediately saw audit logs in Cloud Logging without having to create the extension. When I connect to ...
MARIO_7506010's user avatar
0 votes
0 answers
36 views

I am trying to use vecs this library here and GitHub page but I have a big issue. When trying to create a vecs client it needs only the connection string Client(connection_string="...
KZiovas's user avatar
  • 5,029
0 votes
0 answers
64 views

I'm facing a persistent deployment issue with a standard n8n application on Cloud Run and would appreciate any insights. My service consistently fails to deploy, with the container exiting due to a ...
Sebbas's user avatar
  • 1
0 votes
1 answer
53 views

I'm deploying a Spring Boot application ( forestplus-back ) to Google Cloud Run ( europe-southwest1 ) and trying to connect it to a Cloud SQL PostgreSQL instance ( forsest-plus-db , also in europe-...
Ulises 2010's user avatar
0 votes
2 answers
167 views

I'm trying to create a logical replication slot on a GCP managed PostgreSQL 17 read replica but getting intermittent failures with two different errors. The replica was recently upgraded from ...
pramod's user avatar
  • 193
0 votes
1 answer
89 views

The Problem I'm attempting to connect a .NET application running on Google Cloud Run to a Cloud SQL for SQL Server instance. I'm using the standard and recommended method with the Cloud SQL Auth Proxy ...
Assil's user avatar
  • 700
0 votes
2 answers
82 views

I have deployed a Cloud Run Function and am frequently seeing this error: 2025-08-26 13:08:18.052 PDT DEBUG: False 2025-08-26 13:08:18.052 PDT Type of DEBUG: <class 'bool'> 2025-08-26 13:08:18....
Chris's user avatar
  • 67
1 vote
2 answers
186 views

I am using PostgreSQL (on GCP Cloud SQL) and I want to find out when each table in the database was last used (read or write). So far, I have checked: pg_stat_user_tables → this shows row counts, ...
Mattudi's user avatar
  • 31
0 votes
1 answer
71 views

I'm re-organizing the user structure in my Google Cloud PostgreSQL instance. Originally, we had a single user with broad access to everything. I'm now aiming for a more granular approach, where each ...
Gustavo Trivelatto's user avatar
0 votes
1 answer
133 views

I'm trying to analyze and optimize the cost of Cloud SQL backups in Google Cloud. In the GCP billing export, I see multiple line items with the SKU: "Cloud SQL: Backups in [region]" (e.g., ...
Tomer S's user avatar
  • 1,081
2 votes
1 answer
137 views

A coworker has a problem with cloud_sql_proxy in GCP. We have a very simple setup, connections are done with the Google account, not service accounts, no IP restrictions or any other specialities. For ...
schrom's user avatar
  • 1,731
0 votes
1 answer
254 views

Okay, so I had this all working. PSQL -> Datastream -> BigQuery. It's all in Terraform, so presumably repeatable. I deleted the database, and restored from a backup, and now Datastream refuses ...
therealsix's user avatar
1 vote
2 answers
87 views

The documentation for configuring cloud run with cloud SQL (https://cloud.google.com/sql/docs/mysql/connect-run#configure) shows how to add the connection for a new rollout using the UI, but when you ...
Stephen Fluin's user avatar
1 vote
0 answers
77 views

I am using Postgresql on CloudSQL (GCP), in version 15. (Running on 4vCPU, 16Gb RAM, with SSD disk) We are observing an unexpected issue during index creation. While creating an index on a large-ish ...
Pascal Delange's user avatar
1 vote
1 answer
379 views

Sup? I want to connect to my PostgreSQL database on Cloud SQL from Cloud Run, and whatever I do, I get errors. The most annoying one is the "connection refused" error. I have tried anything ...
Armin Fisher's user avatar
1 vote
1 answer
364 views

I have several Google Cloud Functions (Gen 2) functions that access a PostgreSQL database hosted in Cloud SQL, using node-postgres (pg). These functions can be called multiple times by the same ...
Matheus Ribeiro's user avatar
0 votes
1 answer
73 views

Description: We are currently using Google Cloud Datastream to replicate data from a CloudSQL (MySQL) instance into BigQuery in near real-time. The replication works perfectly for insert and update ...
Ashwini Kumar's user avatar
0 votes
1 answer
306 views

Planning to create the Postgres Instance using the Backstage, Terraform via pre-defined templates. While running the Terraform plan, stuck with the below error: Error: googleapi\*\*: Error 404: The ...
Hareesh Kumar Sure's user avatar
0 votes
1 answer
91 views

When the Cloudsql restarted, all the Cloudrun services linked to the Cloudsql(Database version is MySQL 8.4.4) stops working. with below error Fatal error: Uncaught mysqli_sql_exception: Access denied ...
arvindwill's user avatar
  • 2,014
0 votes
2 answers
126 views

Any idea on what can cause the following issue? We're trying to migrate to the official Cloud SQL Node.js Connector but for some reason I'm getting the following issue when running a test connection ...
Dzsonah's user avatar
  • 135
0 votes
1 answer
104 views

Specifically, is checkForServerUpgrade() available in google cloud's sql for mySQL? When I log into the cloud shell, connect to the db, and run the command, I get this. I'm trying to update a db ...
Mike Dee's user avatar
  • 615
1 vote
1 answer
71 views

I am looking to connect to a gcp managed db (running on GCP) via a cloud proxy (jump box with local port to connect to managed instance) with go-sql-driver but everything I've tried gcp MySQL instance ...
sherring's user avatar
  • 141
0 votes
1 answer
305 views

I am trying to understand how to set up the postgres permissions such that my database tables can be read and edited by both a service account and other database users. This has proved impossible. [1] ...
Ant's user avatar
  • 5,484
0 votes
1 answer
54 views

I am trying to grant a service account with - in postgres. Google Cloud service accounts are setup like user-action@project-environment. so far I tried: ALTER USER '[email protected]....
Winston Kyu's user avatar
1 vote
0 answers
91 views

the web service was working well before the mysql database instance in Cloud SQL went unavaialable because the disk got full. After adding more space, enough space , the db and the web service start ...
Assem's user avatar
  • 12.2k
0 votes
1 answer
77 views

I'm trying to access a cloud sql that is in another vpc with cloud run. I peered the vpc but I can't. What should I do so that cloud run sees cloud sql? cloud run is in project A and cloud sql is in ...
Marcelo Silva 's user avatar
0 votes
1 answer
231 views

Environment Google Cloud Run Cloud SQL PostgreSQL instance Node.js 18 TypeORM Cloud SQL Auth Proxy (running in same container) Current Setup My Cloud Run service is configured with: VPC Connector: ...
Kobi Cohen's user avatar
1 vote
1 answer
89 views

When I try to run my app's test suite in a CI pipe using Google Cloud Build, the process fails during the tests step with a database authentication error: error: password authentication failed for ...
Jannie Theunissen's user avatar
0 votes
1 answer
49 views

My site loads but one can't login. The issue is with database connection. When running on localhost, I had 3 files where this connection took code to get established. Extensions.py db = SQLAlchemy() ...
Parag Kumar's user avatar
1 vote
1 answer
61 views

For starters, I have a docker container running for "cloud-sql-connectors/cloud-sql-proxy:2.14.3" and it has credentials and appears to have started and is running fine. 2025-01-29 12:31:44 ...
Me JW Crouch's user avatar
1 vote
1 answer
66 views

I'm trying to connect my .NET app(MySqlConnector 2.4.0) running in App Engine to my MySQL instance running in Cloud SQL using Cloud IAM. I'm using the App Engine default service account for the IAM ...
Johan Bengtsson's user avatar
-1 votes
1 answer
237 views

I have a table in a CloudSQL PostgreSQL database, and I want to create a trigger that sends an HTTP POST request whenever a new record is inserted into the table. I know that PostgreSQL supports the ...
lapiceroazul4's user avatar
0 votes
1 answer
258 views

When connecting directly to a PostgreSQL Cloud SQL instance the password is required: > psql --host=12.34.56.78 --dbname=mydb --username=postgres Password for user postgres: psql (17.2) WARNING: ...
Pragmateek's user avatar
  • 13.6k
0 votes
0 answers
70 views

I have multiple Cloud SQL instances some private and some public (working on getting all to be private). I use IAM authorization on the databases. The instances and users are created/managed using ...
QThompson's user avatar
  • 1,728
1 vote
1 answer
199 views

I am trying to connect to a PostgreSQL database instance in Google Cloud (with a private IP connection) using the SQL Connector library in Go. However, I am encountering the following error: ERROR ...
piyush's user avatar
  • 53
0 votes
0 answers
103 views

I create a GCP Cloud-SQL instance with Open Tofu & Terragrunt in a GitHub Action with: resource "google_sql_database_instance" "sql_instance" { name = var....
Christoph's user avatar
0 votes
1 answer
107 views

I'm using Java Dataflow to insert huge data to Cloud SQL. What is observed in performance tests is Apache beam is not inserting records in a batch. Instead one insert query is triggered for each row. ...
AD90's user avatar
  • 199
0 votes
1 answer
54 views

I am trying to use flask-session to save session data in a MySQL db using SQLAlchemy. It works on my local machine. It also works in a Docker container. However, when I try to run it on Google Cloud, ...
Ben's user avatar
  • 5,328
2 votes
0 answers
80 views

I have created MYSQL Instance on GCP. I then added the IP Address of my laptop - 43.100... Firewall permissions to for Ingres has been granted pass right with with an IP range of my computer IP ...
Templeton Meshack's user avatar
0 votes
2 answers
274 views

I'm trying to deploy a Springboot application on Cloud Run and running into the issue of connection not getting connected for Prostgres Cloud SQL. I tried everything possible that I know of including ...
Jinal Shah's user avatar
0 votes
0 answers
83 views

I created a continuous database migration job from an AWS RDS MySQL database to GCP Cloud SQL instance. Everything seemed to go well, until 8 hours in, I notice the new database size went to 0 and I ...
Ian Herbert's user avatar
  • 1,029
1 vote
1 answer
425 views

I'm trying to deploy a container on Google Cloud Run that connects to a postgres db. I've followed the steps in this guide using the Cloud SQL connection setting on the container which I understand ...
Eriedor's user avatar
  • 411
0 votes
1 answer
531 views

I'm using Google Cloud Composer v3 (Airflow 2) and need help with networking. I'm trying to connect Airflow DAGs running in Composer to a Cloud SQL PostgreSQL instance, which is accessed via Private ...
Henry Xiloj Herrera's user avatar
0 votes
0 answers
308 views

I have a PostgreSQL instance on Google Cloud SQL, and I am trying a simple COPY command to load a CSV file in a Cloud Storage bucket. COPY shapes (key_code, pref, city) FROM 'gs://my_bucket/data.csv' ...
Gen's user avatar
  • 41
2 votes
2 answers
122 views

In SQL, I can write a query that already includes the data such as the following: SELECT 1 Or, with a slightly less trivial example: WITH users as ( SELECT 1 id, "tom" name UNION ALL ...
David542's user avatar
  • 112k
0 votes
1 answer
278 views

I've created a simple program that repeatedly creates a connection to my database then closes the connection. The program produces an error on the sixth or seventh iteration. If I pause the program ...
Quinn Larson's user avatar
0 votes
1 answer
350 views

I am trying to create a cloudsql instance with Private IP address as there is organization constraint for configuring Public IP on Cloud SQL instances. The VPC network of my project is not a shared ...
Biswa's user avatar
  • 445
1 vote
1 answer
161 views

I have several applications in my cloud run using PHP and .NET Core. My existing ASP.NET Core Web API does not have an issue when trying to connect with my Cloud SQL (MySQL). The access with either ...
vantian's user avatar
  • 888
0 votes
1 answer
77 views

We're breaking some functionality out of our app engine project and moving it to google cloud functions (GCF). For the life of me, I can't get a db connection from the GCF. The exact same code is ...
Mike Dee's user avatar
  • 615
1 vote
1 answer
223 views

I have a Cloud SQL database running on MySQL 8.0.31. Now, I have a Django 5.1 project that I want to connect the database with (with root permissions). However, whenever I run any python manage.py <...
brycecube's user avatar

1
2 3 4 5
78