[google-appengine] Re: HRD migration tool now available!

2011-12-12 Thread MikeR
> Did you alias your old app id to your new app id? Cause if that is the > case, then remote_api is likely talking to the new app (and I don't think > it is possible to make it talk to the old app). can't remember actively doing that (except maybe as a checkbox in the migration process). Could you

[google-appengine] Re: HRD migration tool now available!

2011-12-12 Thread MikeR
Hi Simon, Thanks for the reply; I'm not expecting an automatic migration, I'm just not able to do the manual migration (using the remote_api). Hoping someone can take a look at my code and point out an obvious mistake... Mike On Dec 12, 5:33 pm, Simon Knott wrote: > I didn't think blobstore mig

[google-appengine] Re: HRD migration tool now available!

2011-12-12 Thread MikeR
I migrated my app 'bla' to 'bla-hrd' which worked fine. Trying to copy the blobstore failed however. I have 98 blobs in 'bla' and 1 test blob in 'bla-hrd'. Querying both 'bla' and 'bla-hrd' my code always returns 1 blob. It used to return 0 blobinfo when the test blob in 'bla-hrd' wasn't created ye