-3

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.

enter image description here

Why is no backup running and how do we make sure backups run as scheduled?

Kamran
  • 1,425
  • 7
  • 17
technical
  • 9
  • 1
  • 1
  • 1

1 Answers1

3

Google Cloud SQL will skip doing a backup if it knows that no backup is needed. This will be the case if the instance was idle since the last backup.

Try connecting to you instance and having some activity, and see if a backup runs in the next 24 hours.

David
  • 348
  • 1
  • 6