We have a 3 Node HA appliance with external Database Tier as a separate 3 Node Percona XtraDB cluster. As a part of our DC migration, we need to migrate the Morpheus appliance too to the new DC location. For this migration, we are thinking something like:
- Stop the App services
- Take a VM clone of all 3 App VMs and DB VMs
- Bring up the cloned DB servers
- Make the IP/hostname changes in the morpheus.rb file for both the DB and App nodes
- Run a reconfigure in all 3 app nodes one at a time
- Start the app services, one node at a time and validate
Is this a reasonable approach or do you have any alternate/recommended approach for such migrations?
Does the DB/App nodes need a bootstrap when we start them up in the new location?
Thanks.