简体   繁体   English

还原Google App Engine数据存储区

[英]Restoring Google App Engine datastore

I am trying to implement in Java what we discussed here: options for restoring appengine datastore data? 我试图用Java实现我们在这里讨论的内容: 恢复appengine数据存储数据的选项?

.. but I have some problems. ..但我有一些问题。 Here is my code: https://github.com/micheleorsi/manage-gae-backup/blob/master/src/test/java/com/map2app/manage/test/ReadFileTest.java .. and I get this error: com.google.appengine.api.files.RecordReadChannelImpl readRecord WARNING: Checksum doesn't validate when it runs this row: 这是我的代码: https//github.com/micheleorsi/manage-gae-backup/blob/master/src/test/java/com/map2app/manage/test/ReadFileTest.java ..我收到此错误: com.google.appengine.api.files.RecordReadChannelImpl readRecord警告:校验和在运行此行时不会验证:

ByteBuffer bf = rrc.readRecord();

The file I am trying to restore is: 120424.060000_production.sql3 and it is backed-up with the system explained here: https://developers.google.com/appengine/docs/python/tools/uploadingdata#Downloading_and_Uploading_All_Data (raw format, no special configuration set) 我试图恢复的文件是:120424.060000_production.sql3,它用这里解释的系统进行备份: https//developers.google.com/appengine/docs/python/tools/uploadingdata#Downloading_and_Uploading_All_Data (raw format,没有特殊配置集)

The method described in options for restoring appengine datastore data? 用于还原appengine数据存储数据的选项中描述的方法 is for the files created using the backup and restore tool accessible in the admin console . 用于使用管理控制台中可访问备份和还原工具创建的文件。

The command line tools shipped with the SDK uses a different format (sqlite). SDK附带的命令行工具使用不同的格式(sqlite)。

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

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