简体   繁体   中英

In Google App Engine, how do you keep your development datastore available after updating the SDK?

Is there a way to keep a copy of your datastore file after updating the SDK, as you might know, updating the SDK will make old datastore incompatible with the new SDK and you can't access the data.

Is there an easy way to avoid this issue or should I save all the data to a text file or something and then repopulate the data automatically?

I am using GWT with Objectify by the way.

You should be able to download and later upload your data when required as described here . Note that is mentions that "downloaded data might not include recently saved entities." if you are using a High replication datastore.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM