问题
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?
回答1:
- Click on Edit -> Application Settings
- Under 'Extra Flags', enter "--datastore_path=/Users/yourname/somewhere"
- Enjoy your now-permanent datastore.
来源:https://stackoverflow.com/questions/1547087/how-can-i-persist-the-local-datastore-for-googleappenginelauncher-between-reboot