0

Google App Engine dev_appserver.py has an argument --datastore_path to specify where the datastore is saved.

If you don't specify this, where is it saved by default? I would like to make a backup. I am running windows 8, but a similar question for OSX was closed.

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
intotecho
  • 4,925
  • 3
  • 39
  • 54

1 Answers1

0

The question has been asked before (I couldnt find it earlier). Google app engine:Where is the datastore file stored on the local development server?

It file is in C:\Users\\AppData\Local\Temp\appengine.appbfw

intotecho
  • 4,925
  • 3
  • 39
  • 54
  • Instead of duplicating the answer, close your question as duplicate of that one – Tim Mar 02 '16 at 08:16