Wednesday, February 22, 2017

Re: [google-cloud-sql-discuss] Can not change scheduled backup time

Hi,

Cloud SQL backups are an internal disk snapshot and cannot be downloaded to local storage. If you want to get a local copy of your database (or store a copy in GCS so that cloud-based backups last more than 7 days) you should use the export feature.

If you want advice on the operation, please run "gcloud --project=YOUR_PROJECT sql operations list --instance=YOUR_INSTANCE_NAME" (or look at operations on your instance in the Cloud Console) to find what operation is still running. Use "gcloud --project=YOUR_PROJECT sql operations describe INSTANCE_ID --instance=YOUR_INSTANCE_NAME" to get more details on the still-running operation. If you share this information with us we might be able to figure out what's going on with the operation.

It would also be helpful to know if this is a 1st Generation or 2nd Generation instance.

David

On Tue, Feb 21, 2017 at 6:43 PM, Huy Nguyen <huynq2207@gmail.com> wrote:
Hi guy,

I using GAE 1 year ago.. I want backup my cloud sql to local but can not show recent backup.. (total storage capacity of about 20G)

I want edit my sql instance config (Edit backup time, add authorized networks..) but all attempts to change were unsuccessful. I received message 

"Operation failed because another operation was already in progress". 

I tried restarting but remain so.. Plz help me solve this problem. Tks


--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/97e34e7a-b05a-493f-8f9a-6482805eaf0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/CAJZK_bbON7ojXs%3DD%2BUOM9Sd5GG%2BYy_e%3DoVajQngp%3DSeSoxb1hQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment