When you use the migration tool, anyone who visits A.appspot.com will be redirected to your HRD application at B.appspot.com. You'll need to deploy your application and index settings to the new application ID, but the migration tool will automatically move over your datastore entities.
See http://stackoverflow.com/questions/11941558/deleting-a-google-app-engine-alias-app ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Mon, Mar 10, 2014 at 8:10 AM, 賣飛機 <[email protected]> wrote: > I have an old app at "A. <http://sailplanetw-website.appspot.com/> > appspot.com," and it is created on master/slave datastore type. I found > that it is becoming read-only recently. Many reference data recommend me > transfering it to HRD type. But It is like creating a new app such as " > B.appspot.com" and alias all the requests from "A.appspot.com" to " > B.appspot.com." So, If I migrate "A.appspot.com" to "B.appspot.com," Is > that mean someone browses "A.appspot.com," the real website is run on " > B.appapot.com" ? And, when I migrate A to B, could I replace all the > website (html/css/php/...) to a new one ? (eg. the original site is > constructed by wordpress, but I want to rebuild the website by django and > want old user could visits new site through "A.appspot.com") > -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
