Cloud SQL
-
Mysql instances should also have a private network
Managed mysql should have an internal ip address on the private network.
130 votesThere are some technical reasons why this is not possible currently, but we hope we can do it in the future, it’s a popular request.
-
Bug: Cannot create instance with the same name as instance deleted before
- Create Cloud SQL instance via gcloud command
$ gcloud sql instances create sample-instance --database-version MYSQL56 --region asia-east1
Delete Cloud SQL instance created above (== sample-instance) from Web UI
Create Cloud SQL instance with the same name as instance created on step 1.
$ gcloud sql instances create sample-instance --database-version MYSQL56 --region asia-east1
- Following error message is shown
DEBUG: operation : None
DEBUG: (gcloud.sql.instances.create) The instance or operation is not in an appropriate state to handle the request.
Traceback (most recent call last):
File "/usr/bin/../lib/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 591, in Executeresult = args.cmd_func(cli=self, args=args)
File "/usr/bin/../lib/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py", line 1191,…
67 votesGreetings! After you delete your database, we actually keep it around for up to 2 months to ensure there is no data loss. After that time, you can re-create it with the same name:
https://cloud.google.com/sql/faq?hl=en#reuse
We will keep this around to see if others are running into this issue.
-
Add Support for MS SQL Server
We use MS SQL Server and not MySQL, therefore we cannot use Google's Cloud SQL product. We would like to though.
24 votesThanks, the team is evaluating this and would like to provide it at some point in the future. It’s great to hear about your interest in a managed MSSQL offering, and I hope we’ll hear from many others who also want this. :)
-
Creating read replica even if first backup is not done yet
I want to create read replica even there is no backup on master yet.
I suggest some ways to implement:
Create backup when user create read replica
Reserve to create read replica when first backup is created
Add option to create backup when user create instance
$ gcloud sql instances create master --create-backup-immediately # other options...Allow users to create backup manually
I appreciate if this feature is implemented.
5 votesWe’re looking into this!
- Don't see your idea?