We are using the process described in the App Engine Docs <https://cloud.google.com/appengine/docs/adminconsole/datastoreadmin#scheduled_backups> to perform a daily automated backup of all our datastore tables. Since the number of backups is starting to grow out of bounds (cost, but also breaks the admin page), I would like to clean up my backups in an automated way, but I can't seem to find how to do this.
I tried to use the timestamps on GCS (where the backups are stored) to delete the actual data. I was hoping this would also remove the backup from the table on the datastore admin page, but it doesn't: i need to manually delete the backups there too (which is made extra annoying by not being able to see all the backups, only the last X). What is the recommended way to automatically keep a limited set of backups of the datastore? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/aa6a7c8e-5717-4a54-925d-79da15d1cb2d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
