Thursday, March 29, 2018

[google-cloud-sql-discuss] Re: On-demand backups retention

Hello Eugene,


According to this document, on-demand backups should persist until either you delete them, or until their instance is deleted. As you mentioned, it seems that not all on-demand backups show in the developers Console, but they can all be listed, described, and used to restore the instance by using these gcloud commands [1] [2] [3] in cloudshell or an authenticated SDK instance.


Example commands to list all backups and then use the ID listed to get a description of the backup:


$gcloud sql backups list --instance [INSTANCE]

$gcloud sql backups describe [ID] --instance=[INSTANCE]


There is already a feature request to improve the console's list page at this link, but we can not provide an ETA or guarantee its implementation at the moment. Furthermore, if the first gcloud command above did not list the backups from more than a month ago, please open an issue tracker report for further investigation, and we will be happy to assist.  


--
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/7794e9dd-6701-4630-8648-56836102e381%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment