Questions tagged [google-cloud-sql]

Google Cloud SQL is a service that allows you to create, configure, and use relational databases that operate from Google's Cloud Platform.

Google Cloud SQL is a service that allows you to create, configure, and use relational databases that operate from Google's Cloud Platform.

133 questions
0
votes
1 answer

Google Cloud SQL Server data to BigQuery

I need to export the data that I have in a Google Cloud SQL Server database to BigQuery in order to make some data analysis and reporting. I found that the recommended way to do that is using BigQuery Cloud SQL federated query but this doesn't…
Avaldes
  • 3
  • 1
0
votes
0 answers

How to Avoid Network Internet Egress from Singapore to Americas from Cloud SQL on GCP

I'm looking to my billing and I realized that there is Network Internet Egress from Singapore to Americas charge on my billing which is large number. I would like to know how to set cloud SQL to avoid this charge. Currently I fixed Authorized…
0
votes
1 answer

How to get Cloud SQL events?

I would like to be able to trigger a HTTP request to my server whenever my Cloud SQL instance reaches 90% CPU utilization or 80% memory utilization. Can I setup a cloud event that triggers an HTTP request when this occurs? If not, at the very least,…
Rage
  • 127
  • 5
0
votes
1 answer

Python app IAM service account authentication via Cloud SQL Proxy

Bug Description Hi! I'd like to authenticate as a service account to Google Cloud SQL locally using the CloudSQL Proxy. This is done via a Kubernetes sidecar container pattern with the serviceaccount JSON credentials mounted and in GKE with the…
0
votes
1 answer

how do I see when a cloudsql instance was created

I have a cloudsql instance Im not sure who created or when. How can I see when a cloudsql instance was created so I can know how old it is? I see nothing in the UI with created date or anything like that.
red888
  • 4,183
  • 18
  • 64
  • 111
0
votes
1 answer

Cannot connect from Compute Engine instance to Cloud SQL via Private IP

In this configuration I have a Compute Engine instance in GCP running Windows Server 2019. I have two network adapters; one that is connected to the public network, and one that is connected to an internal virtual network called DMZ. I then have a…
A X
  • 469
  • 4
  • 10
  • 31
0
votes
1 answer

Is there a way to undelete deleted permissions in cloud IAM Admin on the google cloud platform?

I have accidentally locked myself out of my own project. It is still running with cloud SQL instances and a Kubernetes cluster, but I cannot view anything about it or stop it. I was removing permissions which I thought were just for bigquery, but it…
0
votes
1 answer

Is the HA option for Cloud SQL also a matter of data redundancy?

I'm looking at the GCE "Cloud SQL" product, and specifically the MySQL flavour. I'm a bit confused about how this product operations in non-HA mode. I understand that in HA mode, you have a standby replica ready to kick in if your primary instance…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
0
votes
1 answer

GCP BigQuery fedarated query to cloudsql gives connection not found error

I need to populate a BigQuery table by executing a cloud sql "federated query" ( see https://cloud.google.com/bigquery/docs/cloud-sql-federated-queries#overview to read about federated queries) In simpler words I create a "connection" to cloudsql…
Yogesh Devi
  • 161
  • 1
  • 6
0
votes
1 answer

Google Cloud SQL proxy randomly crashes

I am using Cloud SQL proxy on one of my compute engine instances for secure connection to MySQL. I have configured a Service account with a generated JSON file and also I have started up cloud SQL proxy on the instance and it's working properly. But…
0
votes
1 answer

Private IP connection Cloud SQL Google Cloud

In the google cloud docs it is clearly stated that connectivity to Cloud SQL using private IP can be established across regions, however it's not what I see at the moment. private access was enabled, but I still cannot connect to the instance in the…
0
votes
1 answer

App Engine connection to PostgreSQL Database suddenly lost

App Engine connection to PostgreSQL Database suddenly lost My App Engine connection to its CloudSQL Database doesn't work anymore. Till yesterday (26/08/2020) I was able to use my App Engine website normally. Suddenly something has changed and it…
0
votes
1 answer

How do I permanently upgrade psql client version in Google Cloud Shell?

From this answer I need to upgrade the psql in the Google Cloud Shell. But any upgrade I do there it shows a warning like this: Note that your Cloud Shell machine is ephemeral and no system-wide change will persist beyond session end. So how do I…
Zenko
  • 101
  • 3
0
votes
1 answer

MySQL 8.0 in Google Cloud SQL

Currently, I see MySQL 8.0 while creating database instance in gcloud console, but I can't find documentation (and any information about support MySQL 8 in CloudSQL). May be anyone has information about it? Can I use this feature?
0
votes
1 answer

Adding a Google Cloud SQL cloudsqlproxy user

A good while ago I setup access to my Google Cloud SQL Instance on a Windows Server using the cloudsqlproxy method/mechanism. At one point I set things up adding a cloudsqlproxy user, with a username value and then for hostname the value…
Mike
  • 71
  • 1
  • 6
1 2 3
8
9