1

Does anyone know where the Google App Engine local datastore file located for Mac OS X? I want to make a copy out of it.

Thanks!

Joel T.
  • 402
  • 3
  • 15

1 Answers1

2

it should be stored in the /tmp directory if you started the SDK without additional parameters.
consider starting it with the --datastore_path=/your/path

aschmid00
  • 7,038
  • 2
  • 47
  • 66
  • Hi, thanks for the reply, but i still couldn't find it from the "tmp" folder. – Joel T. Apr 02 '13 at 13:18
  • Hi, I tried adding --datastore_path=/your/path into the Extra Flags column, now I manage to get the datastore from the path I define. Thanks! – Joel T. Apr 02 '13 at 13:34