Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 487a98a

Browse files
authored
do not use migrator to transfer GHES between hypervisors
1 parent f85e466 commit 487a98a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About migrations
3-
intro: 'A migration is the process of transferring data from a *source* location (either a {% data variables.product.prodname_dotcom_the_website %} organization or a {% data variables.product.prodname_ghe_server %} instance) to a *target* {% data variables.product.prodname_ghe_server %} instance. Migrations can be used to transfer your data when changing platforms or upgrading hardware on your instance.'
3+
intro: 'A migration is the process of transferring data from a *source* location (either a {% data variables.product.prodname_dotcom_the_website %} organization or a {% data variables.product.prodname_ghe_server %} instance) to a *target* {% data variables.product.prodname_ghe_server %} instance.'
44
redirect_from:
55
- /enterprise/admin/migrations/about-migrations
66
- /enterprise/admin/user-management/about-migrations
@@ -16,10 +16,16 @@ topics:
1616

1717
There are three types of migrations you can perform:
1818

19-
- A migration from a {% data variables.product.prodname_ghe_server %} instance to another {% data variables.product.prodname_ghe_server %} instance. You can migrate any number of repositories owned by any user or organization on the instance. Before performing a migration, you must have site administrator access to both instances.
19+
- A migration from a {% data variables.product.prodname_ghe_server %} instance to another existing {% data variables.product.prodname_ghe_server %} instance. You can migrate any number of repositories owned by any user or organization on the instance. Before performing a migration, you must have site administrator access to both instances.
2020
- A migration from a {% data variables.product.prodname_dotcom_the_website %} organization to a {% data variables.product.prodname_ghe_server %} instance. You can migrate any number of repositories owned by the organization. Before performing a migration, you must have [administrative access](/enterprise/user/articles/permission-levels-for-an-organization/) to the {% data variables.product.prodname_dotcom_the_website %} organization as well as site administrator access to the target instance.
2121
- *Trial runs* are migrations that import data to a [staging instance](/enterprise/admin/guides/installation/setting-up-a-staging-instance/). These can be useful to see what *would* happen if a migration were applied to {% data variables.location.product_location %}. **We strongly recommend that you perform a trial run on a staging instance before importing data to your production instance.**
2222

23+
{% note %}
24+
25+
**Note:** The use of the migration tool is **not recommended** for transferring a {% data variables.product.prodname_ghe_server %} instance between hypervisors. The supported method for transfering a {% data variables.product.prodname_ghe_server %} instance between hypervisors is either using "[GitHub Enterprise Server Backup Utilities](https://github.com/github/backup-utils#readme)" to backup and restore to the new location, or "[Creating a high availability replica](/enterprise/admin/guides/installation/creating-a-high-availability-replica/)" and "[Initiating a failover to your replica appliance](/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance)."
26+
27+
{% endnote %}
28+
2329
## Migrated data
2430

2531
In a migration, everything revolves around a repository. Most data associated with a repository can be migrated. For example, a repository within an organization will migrate the repository *and* the organization, as well as any users, teams, issues, and pull requests associated with the repository.

0 commit comments

Comments
 (0)