Pages

Saturday, 21 March 2015

Backing up SQL instances from Google SQL Cloud

Firstly select your project:
gcloud config set project <project-id>

gcloud sql instances patch <instance-name> --backup-start-time HH:MM

* Note: The backup time has a four hour start window - meaning that if you schedule the backup for 01:00 - the backup might not start until 05:00. *

No comments:

Post a Comment