I'm using GoogleAppEngineLauncher (GAEL) on Mac OS X. The state of the datastore for my application is persisted between server restarts and even GAEL restarts, but if I reboot, the datastore is reset. Is there a setting to prevent this reset, or is there a tmp file somewhere that I can save off?
views:
101answers:
1
+2
A:
- Click on Edit -> Application Settings
- Under 'Extra Flags', enter "--datastore_path=/Users/yourname/somewhere"
- Enjoy your now-permanent datastore.
Nick Johnson
2009-10-10 09:29:40