简体   繁体   English

在Google App Engine中,如何在更新SDK后保持开发数据存储的可用性?

[英]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. 有没有办法在更新SDK后保留数据存储文件的副本,您可能知道,更新SDK会使旧数据存储与新SDK不兼容,并且您无法访问数据。

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. 顺便说一句,我正在使用带有Objectify的GWT。

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. 如果您使用的是高复制数据存储区。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何保持Google App Engine的运行实例 - How do you keep a running instance for Google App Engine 如何在Java中使用Google App Engine数据存储区中的列表属性? - How do you use list properties in Google App Engine datastore in Java? 如何将本地Google App Engine Python数据存储区复制到本地Google App Engine Java数据存储区? - How do I copy local Google App Engine Python datastore to local Google App Engine Java datastore? 如何将数据放入Google应用引擎的数据存储区? - How do I put data into the datastore of Google's app engine? Google App Engine Java - 联合登录,在数据存储中保留什么 - Google App Engine Java - Federated Login, what to keep in Datastore 如何使用Guice注入Google App Engine数据存储区? - How to inject Google App Engine datastore with Guice? 如何在Google App Engine-java的开发服务器上以生产模式运行您的应用程序 - How to run your app in production mode on development server in google app engine-java 如何将Google App Engine数据存储区中的数据写入com.google.appengine.api.datastore.Text - How do I write data in my Google App Engine Datastore to com.google.appengine.api.datastore.Text 如果您安装了Eclipse的Google插件,是否还需要下载App Engine Java SDK? - If you install the Google Plugin for Eclipse, do you still need to download the App Engine Java SDK? 2个Google App Engine数据存储区更新 - 2 Google App Engine Datastore updates
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM