开发者

Restoring production gae data to the dev server

Does anyone have a solution to restore production gae data to a dev server 开发者_高级运维for testing? The Bulkuploader tool does not cater for models with Blob Properties. Any hints?


The bulkloader works fine with blob properties, as long as you either use the --dump / --restore syntax, which doesn't require interpreting your models, or you take care to encode and decode blobs in the output format - for instance, by using base64.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜