Anyone interested in a more "native" backup/restore solution ? Please vote for this issue :
http://code.google.com/p/googleappengine/issues/detail?id=776 On 3 mai, 15:52, Mihai Campean <[email protected]> wrote: > I know that utilities for backup and restore are in the GAE future > roadmap, but until then I need to do some backup/restore operations on > the data store of my GAE/J application. > I found some info on how to enable the remote API for GAE/J > applications by setting up the RemoteServlet in the application's > web.xml and then you should be able to use the bulkloader.py tool from > the python sdk to do backup/restore operation on the datastore of a > GAE/J app. > I've added the remote API servlet in the web.xml, deployed it and > the remote API seems to be active since I get the "This request did > not contain a necessary header" message in the browser. However when > trying to use the bulkloader.py tool with the remote url and my > developer credentials, I get an message from the python tool: > URLError: (urlopen error (10060, 'Operation timed out')) with the > Authentication Failed info message. > Did any one encountered this problem and managed to solve it? Some > pointers would be very much appreciated. > > Thanks, > Mihai > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
