How can I persist the local datastore for GoogleAppEngineLauncher between reboots?

江枫思渺然 提交于 2019-12-10 05:40:14

问题


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:


  1. Click on Edit -> Application Settings
  2. Under 'Extra Flags', enter "--datastore_path=/Users/yourname/somewhere"
  3. Enjoy your now-permanent datastore.


来源:https://stackoverflow.com/questions/1547087/how-can-i-persist-the-local-datastore-for-googleappenginelauncher-between-reboot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!