PK, same here, we have recently moved a GAE standard app (Python) from US region to another one that was available later. As far as I understand, you cannot change the region on the fly. So we created a new project / GAE app and deployed code. During low-traffic time made a backup of GC Datastore and restored it into the new app's datastore. Also copied the files from the old GC Storage to the new app's storage. Setup of custom domain and SSL was quick and happened when we switched.
Unfortunately, our app isn't able to softly migrate from one datastore to another one (with diffs or something), so we had to read-only the original datastore in the meantime. But at least it was easy to restore Search API indices and such things automatically and quickly in the new app. Am Freitag, 30. September 2016 00:50:31 UTC+2 schrieb PK: > > Hi, > > is it possible to move a GAE standard app from one US region to another > one? The app has been in production for a while (actually since there was > only one region :-))... > > Thanks, > PK > [email protected] <javascript:> > > > > > -- HATZIS Edelstahlbearbeitung GmbH Hojen 2 87490 Haldenwang (Allgäu) Germany Handelsregister Kempten (Allgäu): HRB 4204 Geschäftsführer: Paulos Hatzis, Charalampos Hatzis Umsatzsteuer-Identifikationsnummer: DE 128791802 GLN: 42 504331 0000 6 http://www.hatzis.de/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ea0bf5a8-0fca-464c-b9d4-b7a7441a96d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
