I have a domain http://www.abc.in, which is pointing to x.appspot.com(M/S),
Environment:
SDK: JAVA App Engine SDK 1.6.2.1
Created an appID x-hrd.appspot.com, and migrated the data, and after doing incremental copy, I will go and change the default version to “maintenance” on M/S, and after completing the migration process, i.e., aliasing, at the same time what if my users request for http://www.abc.in, where the traffic is redirected to ? whether to x.appspot.com(M/S) which is still on maintenance page or to the default version of x-hrd.appspot.com ?
If you’ve set up an alias as part of the migration process, all traffic that would have gone to your old app will be served to your new app. That includes traffic to a domain that’s associated with your app.