Is there a way to backup everything in an app-engine blobstore?
Posted
by ozone
on Stack Overflow
See other posts from Stack Overflow
or by ozone
Published on 2010-04-07T15:31:40Z
Indexed on
2010/04/07
15:33 UTC
Read the original article
Hit count: 317
google-app-engine
|blobstore
bulkloader.py is very handy.
But as far as I can tell it doesn't appear to fetch items from the blobstore, so you can be left with broken entity relationships if you needed to dump/restore your application.
Does anyone know a method for completely backing up their data from app-engine including blobstore data?
© Stack Overflow or respective owner