Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
92 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
-1 votes
1 answer
245 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
0 answers
41 views

I ran an export on my database with gcloud sql export sql "${INSTANCE_NAME}" "${GCS_BUCKET_URI}/${INSTANCE_NAME}_${TIMESTAMP}" --database=postgres --offload --async --clean --...
manwe858's user avatar
1 vote
1 answer
98 views

I'd like to query tables in CloudSQL from Dataform. I set up an external connection to the CloudSQL database in bigquery, and am able to get query results when I run the federated query from BigQuery. ...
ChrisBlom's user avatar
  • 1,281
0 votes
1 answer
44 views

Since cloudsql by default stores timestamp values in UTC format, how can we make the conversion of the timestamp between the application layer and DB. The application server is MST time zone based and ...
Super Tech's user avatar
0 votes
2 answers
344 views

I installed pg_cron extension (v.1.4 ) on GCP Cloud SQL PostgreSQL (v.14) . I instaleld it on postgres database and it works smoothly on daily schedule E.G. SELECT cron.schedule('test cron OK', '21 18 ...
Paolo Castelletti's user avatar
1 vote
1 answer
511 views

I am using Google Cloud SQL for a telegram bot and apart from all the pip installations like pyTelgramBotAPI, pyodbc, requests, I need the ODBC Driver for it to work. Since, I did not find any ...
noname for the moment's user avatar