[google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-16 Thread Ryan (Cloud Platform Support)
Salutations Gubbi, This Feature Request would best be posted in the Public Issue Tracker . When you fill out the report let me know on this thread and I will process it for you. On Tuesday, June 16, 2015 at 10:

[google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-16 Thread Jason Collins
I have an old feature request here if you want to star it: https://code.google.com/p/googleappengine/issues/detail?id=7428 On Tuesday, 16 June 2015 08:37:46 UTC-7, Ryan (Cloud Platform Support) wrote: > > Salutations Gubbi, > > This Feature Request would best be posted in the Public Issue Tra

[google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-17 Thread Vinuth Madinur
I have created a new feature request here: https://code.google.com/p/googleappengine/issues/detail?id=12071 starred the old feature request as well. Are there any strategies I can use now for incremental backups? On Wed, Jun 17, 2015 at 12:56 AM, Jason Collins wrote: > I have an old feature r

[google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-18 Thread Ryan (Cloud Platform Support)
I will process your PIT later today. Unfortunately there is no way to do incremental backups at this time. On Thursday, June 18, 2015 at 1:02:25 AM UTC-4, Gubbi wrote: > > I have created a new feature request here: > https://code.google.com/p/googleappengine/issues/detail?id=12071 > > starred t

Re: [google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-24 Thread Vinuth Madinur
Thanks Ryan. We were looking at the Mapreduce code that does the backup and also the Cloud Dataflow code for DatastoreIO. We can do our own custom backups today using a query via dataflow. Only restriction seems to be that the query can't have inequality operators. However, we are not able to fin

Re: [google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-06-24 Thread Ryan (Cloud Platform Support)
You would create a cron job to hit a URL in your app. That URL would then start the mapreduce job programmably. On Wednesday, June 24,

Re: [google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-07-03 Thread Vinuth Madinur
Hi Ryan, Thanks for the pointers. But I was asking about scheduling a Dataflow pipeline not Mapreduce pipeline. The above FAQ section is from Dataflow documentation. Can you please help? Thanks. On Wed, Jun 24, 2015 at 9:38 PM, Ryan (Cloud Platform Support) < rbruy...@google.com> wrote: > You

Re: [google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-07-03 Thread Ryan (Cloud Platform Support)
Salutations Gubbi, It would the same idea. Create a handler to execute your pipeline then have your cron hit it. On Friday, July 3, 2015 at 9:37:34 AM UTC-4, Gubbi wrote: > > Hi Ryan, > > Thanks for the pointers. But I was a

Re: [google-appengine] Re: Google Cloud Datastore Incremental Backups

2015-07-03 Thread Vinuth Madinur
Oh ok. I was thinking from python perspective. I get it now. Thanks. On Fri, Jul 3, 2015 at 7:25 PM, Ryan (Cloud Platform Support) < rbruy...@google.com> wrote: > Salutations Gubbi, > > It would the same idea. Create a handler to execute your pipeline >