开发者

How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX

开发者 https://www.devze.com 2022-12-11 05:35 出处:网络
How do I mak开发者_StackOverflow社区e a temporary backup of the local datastore in the AppEngine SDK for MacOSX

How do I mak开发者_StackOverflow社区e a temporary backup of the local datastore in the AppEngine SDK for MacOSX

And where are the files located?


Search for something called "local_db.bin" If you're using a plugin for Eclipse, you'll find this file in WEB-INF/appengine-generated


local_db.bin is the database file and it is located in your project directory, just make a copy of it.

0

精彩评论

暂无评论...
验证码 换一张
取 消