1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/changing-your-platform.md

4.0 KiB

title, shortTitle, intro, type, topics, versions
title shortTitle intro type topics versions
Changing your platform Changing platform How to change the platform that runs {% data variables.location.product_location %} how_to
Infrastructure
Migration
Enterprise
ghes
*

In some cases, you may need to change the platform on which {% data variables.location.product_location %} runs, such as moving from VMware to Azure.

Recommendations

You should carefully plan any out migration procedures and consider first testing on a staging environment. For more information, see AUTOTITLE.

Moving platforms using a replica will require the least amount of time for the migration process but will require you to make changes to your live environment in order to setup the replication.

Moving via backup and restore will not require any changes to your live environment, however the migration will take a significant amount of time. The specific amount of time to complete the migration will vary based the performance of your backup host, and the network speeds between your backup host and the new instance. Maintenance mode should also be enabled throughout the process otherwise users may be able to make changes which will not be reflected on your new instance.

Warning

You should not use utilities which convert {% data variables.location.product_location %} from one platform to another. Doing so could cause unintended side effects such as system instability.

Move platforms using a HA replica

  1. Set up a new {% data variables.product.prodname_ghe_server %} instance on your chosen platform. See AUTOTITLE.
  2. Configure your new {% data variables.product.prodname_ghe_server %} instance as a replica. See AUTOTITLE.
  3. Failover to your replica. See AUTOTITLE.

Moving platforms using backup and restore

  1. Setup backups for your existing {% data variables.product.prodname_ghe_server %} instance. See AUTOTITLE.

  2. Set up a new {% data variables.product.prodname_ghe_server %} instance on your chosen platform. See AUTOTITLE.

  3. Communicate the upcoming downtime to your users and enable maintenance mode. For more information, see the following articles.

  4. Create a new backup of your existing {% data variables.product.prodname_ghe_server %} instance.

  5. Restore the backup to your new {% data variables.product.prodname_ghe_server %} instance. If you are using {% data variables.product.prodname_actions %}, see AUTOTITLE

  6. Update the DNS to point to the address of your new {% data variables.product.prodname_ghe_server %} instance.

  7. Disable maintenance mode and let users know they can continue normal operations.

Further reading