0

I have a form application deployed on Google App Engine. It also uses the High Replication Data-store. I wish to backup the data. I went through this link but the in the answer the link is not really helping me (answer link).

Other answers are using linux and not windows environments so again I am having trouble. Does anyone know about some tutorial that explains each step for downloading data form the GAE Data-store ?

Please help!

Community
  • 1
  • 1
Animesh Pandey
  • 5,900
  • 13
  • 64
  • 130

2 Answers2

1

The following docs will help you to setup Backup/Restore, Copy, and Delete google appnengine data: https://developers.google.com/appengine/docs/adminconsole/datastoreadmin

Also refer Scheduled Backups: https://developers.google.com/appengine/articles/scheduled_backups

Nijin Narayanan
  • 2,269
  • 2
  • 27
  • 46
0

I hope this help.

  1. Go to Datastore Admin Select your entities and create backup.
  2. Go to Blob Viewer click to file name created in step 1, and download.

Regards.

Remy Ticona
  • 333
  • 2
  • 6