How can I persist the local datastore for GoogleAp

2019-05-02 00:56发布

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条回答
姐就是有狂的资本
2楼-- · 2019-05-02 01:38
  1. Click on Edit -> Application Settings
  2. Under 'Extra Flags', enter "--datastore_path=/Users/yourname/somewhere"
  3. Enjoy your now-permanent datastore.
查看更多
登录 后发表回答