Cheok, I had the same question, so I thought about the scenarios which might lead me to need to restore from backup. I'm sure there are other scenarios, but my list includes these:
1) Development / testing purposes moving data from one environment to another 2) A failure in the GAE environment requires me to restore data to new hardware 3) A human error results in the loss of data which requires me to restore data 4) Malicious actions of my employees or others require me to restore data Google's operational environment and processes, and the architecture of GAE and the HRD in particular, give me a high degree of confidence that I'm not going to need to restore data due to issue #2 above. But the other scenarios still potentially exist. Jim On Sunday, July 19, 2015 at 12:50:41 AM UTC-5, yccheok wrote: > > Currently, I had built several apps on the top of Google App Engine. I'm > pretty happy with it, as it requires 0 sys admin effort, to achieve such > scale. > > In term of storage, I'm using > > - High Replication Datastore > - Cloud SQL with backups enabled (Binary log disabled) > > I know Google infrastructure is pretty reliable. However, for paranoid > reason, I was wondering, is there any need for me to export both Datastore > & Cloud SQL data, and store in either in my local machine, or non Google > server? > > Or, my current app settings (high replication on datastore, and backups > enabled in Cloud SQL) are good enough for me to be in peace of mind, and > requires 0 action from my side? > > Thank you. > Cheok > -- 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/0b89b0c7-10de-493e-a05f-3bbe4df3a906%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
