Hi,

There is no way to do this natively. The backup/restore functionality only 
works for applications in production.

In your case, I would suggest a simple handler that can be called and from 
there, create a simple csv of your datastore, saving it in Google Cloud 
Storage. You can then retrieve it and read it in your devserver (you will 
need custom code to read it). 

You can also make a Freature Request on the issue tracker 
<https://code.google.com/p/googleappengine/issues/list> to have such a 
feature.

Cheers!

On Tuesday, October 13, 2015 at 5:49:56 AM UTC-4, ARUNRAJ RAJENDRAN wrote:
>
> And, my application is based on Java.
>
> On Tuesday, October 13, 2015 at 3:18:56 PM UTC+5:30, ARUNRAJ RAJENDRAN 
> wrote:
>>
>> All,
>>      I am working in google app engine. Now, my requirement is I want to 
>> copy all the datastore tables from deployed application(xxx.appspot.com) 
>> to my local environment(local_db.bin). 
>> How to do that?
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/156d6efd-5a9b-4b4d-aded-d773b70a0c72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to