7
votes

I recently migrated an App Engine app from the master/slave datastore to the high replication datastore. This created two apps (using sample app names):

myapp
myapp-hd

And myapp.appspot.com aliases to myapp-hd.appspot.com. My question is, is it now safe to delete the original myapp application? And if I delete the myapp application, will the alias continue working?

1

1 Answers

5
votes

Yes, you can delete the old app ID, and the alias will continue to work. Before deleting it, though, make sure you will never want it again, as that app ID will be gone forever.