Deployment
Migrating your application between servers
Step by step guide
- Set up a Failover Group
- Add the IP address of the Failover Group to your DNS record (allow 24 hours to propogate)
- Set up a managed backup for your database
- Clone your application to the new server
- Add databases as required to the clone
- Set up a replication between to the clone databases
- Add the cloned application to the failover group as the secondary application
- Put the primary site into maintenance mode
- Promote the cloned databases to masters
- Switch the Failover Group to the new application
- [OPTIONAL] Switch your DNS record to the new application
This method can be used to migrate applications between regions as well.