@@ -9,6 +9,7 @@ This repository includes backup and recovery utilities for [GitHub Enterprise][1
99 - ** [ Storage requirements] ( #storage-requirements ) **
1010 - ** [ GitHub Enterprise version requirements] ( #github-enterprise-version-requirements ) **
1111- ** [ Getting started] ( #getting-started ) **
12+ - ** [ Migrating from GitHub Enterprise v11.10.34x to v2.0] ( #migrating-from-github-enterprise-v111034x-to-v20 ) **
1213- ** [ Using the backup and restore commands] ( #using-the-backup-and-restore-commands ) **
1314- ** [ Scheduling backups] ( #scheduling-backups ) **
1415- ** [ Backup snapshot file structure] ( #backup-snapshot-file-structure ) **
@@ -87,15 +88,22 @@ download the most recent GitHub Enterprise version.
8788
8889[ release ] : https://github.com/github/backup-utils/releases
8990
91+ ### Migrating from GitHub Enterprise v11.10.34x to v2.0
92+
93+ If you are migrating from GitHub Enterprise version 11.10.34x to 2.0 or greater,
94+ please see the [ Migrating from GitHub Enterprise v11.10.34x] [ 10 ] documentation
95+ in the [ GitHub Enterprise System Administrator's Guide] [ 11 ] . It includes
96+ important information on using the backup utilities to migrate data from your
97+ v11.10.34x instance to v2.0.
98+
9099### Using the backup and restore commands
91100
92101After the initial backup, use the following commands:
93102
94103 - The ` ghe-backup ` command creates incremental snapshots of repository data,
95104 along with full snapshots of all other pertinent data stores.
96105 - The ` ghe-restore ` command restores snapshots to the same or separate GitHub
97- Enterprise appliance. If you are restoring to a separate appliance, follow
98- the steps in [ Migrating GitHub Enterprise] [ 10 ] .
106+ Enterprise appliance.
99107
100108##### Example backup and restore usage
101109
@@ -229,4 +237,5 @@ site setup or recovery, please contact our [Enterprise support team][7] instead.
229237[ 7 ] : https://enterprise.github.com/support/
230238[ 8 ] : https://enterprise.github.com/help/articles/backing-up-enterprise-data
231239[ 9 ] : https://enterprise.github.com/help/articles/restoring-enterprise-data
232- [ 10 ] : https://enterprise.github.com/help/articles/migrating-github-enterprise
240+ [ 10 ] : https://help.github.com/enterprise/2.0/admin-guide/migrating/
241+ [ 11 ] : https://help.github.com/enterprise/2.0/admin-guide/
0 commit comments