Google App Engine: export blobstore exports

Using appcfg.py is pretty easy to import data warehouse export.

But what about blobstore? Is there a similar way to import / export blobstore? If not, are some libraries for this?

The goal is to move the blobstore from the Appengine app to another Appengine app.

Thank!

+3
source share
1 answer

The bulk downloader does not currently support loading or downloading blobs. To do this, you will have to write your own code.

+2
source

Source: https://habr.com/ru/post/1787759/


All Articles