第一代 Cloud SQL 自动备份保留多长时间?

How long are first generation Cloud SQL automated backups kept?

第一代 Cloud SQL 自动备份保留多长时间? Google 的 Overview of Backups 文档没有提及这一点。它说保留最后 7 个备份,但没有提及它们何时自动删除。我们有一个项目,去年用的不多,最后一次自动备份是在7月7日,今天发现备份被删除了,根本就没有备份了。我们想知道它们何时被删除,是否有任何方法可以禁用它以保留这些备份?

只要实例处于有效状态,就会保留最后 7 个自动备份。你有没有在任何时候禁用备份?能否将实例名发到cloud-sql@google.com?

Google 的响应是使用 gcloud 命令行实用程序 [gcloud sql backups list] 而不是管理控制台来查看备份列表。 Google 对此的回应是 "As you can see from the output of the gcloud command, the backups do exist all the way up to Oct 28, 2015. They have not been deleted. This is an issue with the console UI not displaying some of the old backups. We will get this fixed. Meanwhile, you can use the gcloud tool or the admin api to look at (or restore to) the old backups."