Hello, I wish to get a local copy of a running GAE database, so that I can experiment on my PC without messing up actual user data. I can't figure out the proper way to do that. If I export databases, either through appadmin or "./appcfg download_data": - it seems that I need to export each table individually; that's surprisingly tedious for such a common task as backing up everything - when I import those tables back, also one by one, ids are discarded, so all relationships are lost
Is there a (1) simple and (2) working way to do this?