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

Connecting to VPC internal services from Google Cloud Shell

Is it possible to access services (like CloudSQL or some custom applications) that are running on internal IPs only (VPC) from cloud shell? The idea behind it, I want to keep Cloud SQL on private IPs and use it from Cloud Run (works fine), but…
0
votes
0 answers

Can't run migrations in Google Cloud SQL

I'm using Laravel 5.3, and following this tutorial to get myself set up with Google Cloud: https://cloud.google.com/community/tutorials/run-laravel-on-appengine-standard I'm at the part where I'm trying to run my database migrations, so I do: export…
0
votes
1 answer

Connect CloudSQL instance using Private IP via Cloud VPN Tunneling

I have two projects 1 and 2 and two vpc networks vpc1 and vpc2 in the respective projects. I need to connect to sql instance in vpc2 (project2) from vm in vpc1 project1 using private IP. After trying diiferent methods and exploring options like vpc…
0
votes
1 answer

Service account with fine grained permissions for managing PostgreSQL databases

I need to create a service account for managing (create, update, delete) PostgreSQl database instances in Cloud SQL. I was thinking to use "roles/cloudsql.editor" role, but it does not have permission for deleting databases. Must I use the editor…
0
votes
1 answer

How to call pg_dump from app engine

How do I call pg_dump from my .NET app engine instance? I use Google Cloud SQL. I need pg_dump to specify specific flags when exporting my database.
0
votes
1 answer

GCP Cloud SQL HA mySQL, which public IP to connect?

Taken from this link: https://cloud.google.com/sql/docs/mysql/high-availability#normal After setup a 2nd generation mySQL failover instance in Cloud SQL, found that actually two IP addresses were provided, one for master, and another for failover…
0
votes
2 answers

Google Cloud SQL failback after manually triggering failover

I haven't been able to find any documentation on how to revert a manually triggered failover in the Google Cloud SQL service. I'm using a second generation MySQL 5.7 server. After manually triggering the failover the data center zone updated shortly…
user3724476
  • 121
  • 3
-1
votes
1 answer

Google Cloud SQL - Stopping / Deleting A Backup

How would I stop a running backup on Google Cloud SQL or delete one of the other backups? The backup has been running for over 12 hours and the instance is not accessible at all due to this. $ gcloud sql backups list -i…
-1
votes
1 answer

Google Cloud SQL Not Responding

My Google Cloud SQL instance stopped responding. I changed the size from a micro instance to standard instance and then the memory just shot to the ceiling and stayed there. The restart button is disabled and when trying to do mysql…
-1
votes
1 answer

How can I simulate “serverless” on demand Cloud SQL?

Problem: Cloud SQL instances run indefinitely and are monetarily expensive to host. Goal: Save money while not compromising on database availability. It has been almost four years and Google Cloud has not fulfilled this feature request that has…
-2
votes
1 answer

Google Cloud SQL database increase

My Google Cloud SQL automatic storage increased up to 31GB but still the database size is only 120Mb and all the above happens in 3 days?
Vicky
  • 1
  • 1
-2
votes
1 answer

How do I enable only a single Cloud SQL DB for a GCP service account?

I have a service account that should only have access to a single instance of Cloud SQL. In GCP, I've been trying to create a role with conditional access to the instance. The instance name of the DB is test-sandboxy, and I've taken a screenshot of…
-3
votes
1 answer

Google Cloud SQL backups are not running

We have a Cloud SQL database and have set up backups following the steps at https://cloud.google.com/sql/docs/backup-recovery. As can be seen in the screenshot below, no backup showing in Google developer console. Why is no backup running and how…
technical
  • 9
  • 1
  • 1
  • 1
1 2 3
8
9