I want to move a ArcGIS Server from one machine to another and resource all of the services to a new database.
1. I have my new services already published under a new hosted record in AWS Route 53 called newarcgis.mybiz.io. These services are referencing a new database as well, PGSQL RDS.
2. My current prod services are published and hosted under arcgis.mybiz.io. Data is continuously coming into arcgis.mybiz.io services and database, which is SQL Server on an EC2 machine.
3. newarcgis.mybiz.io is an Ubuntu installation of 10.6 and arcgis.mybiz.io is Windows, also 10.6
Can I use the join site utility in manager to elegantly handle a switch over? the hosted record refers to the application load balancer.
What are other ways that I can accomplish this task with zero downtime and data loss?