3
3
After the initial backup, use the following commands:
4
4
5
5
- The ` ghe-backup ` command creates incremental snapshots of repository data, long with full snapshots of all other pertinent data stores.
6
- - The ` ghe-restore ` command restores snapshots to the same or separate GitHub
6
+ - The ` ghe-restore ` command restores snapshots to the same or separate GitHub
7
7
Enterprise appliance. You must add the backup host's SSH key to the target
8
8
GitHub Enterprise Server appliance before using this command.
9
9
@@ -79,12 +79,12 @@ The `ghe-backup` and `ghe-restore` commands also have a verbose output mode
79
79
(` -v ` ) that lists files as they're being transferred. It's often useful to
80
80
enable when output is logged to a file.
81
81
82
- Every time you execute ` ghe-backup ` we verify the storage and software setup of the host
83
- you [ installed] [ 1 ] Backup Utilities on, to make sure our [ requirements] [ 2 ] for the host are
84
- met. You can disable this check using the ` --skip-checks ` argument or by
82
+ Every time you execute ` ghe-backup ` we verify the storage and software setup of the host
83
+ you [ installed] [ 1 ] Backup Utilities on, to make sure our [ requirements] [ 2 ] for the host are
84
+ met. You can disable this check using the ` --skip-checks ` argument or by
85
85
adding ` GHE_SKIP_CHECKS=true ` to your configuration file.
86
86
87
- ### Restoring settings, TLS certificate, and license
87
+ ### Restoring settings, TLS certificate, and license
88
88
89
89
When restoring to a new GitHub Enterprise Server instance, settings, certificate, and
90
90
license data * are* restored. These settings must be reviewed and saved before
@@ -99,7 +99,7 @@ forcing settings, certificate, and license data to be overwritten with the backu
99
99
## Backup and restore with GitHub Actions enabled
100
100
101
101
GitHub Actions data on your external storage provider is not included in regular GitHub Enterprise Server
102
- backups, and must be backed up separately. When restoring a GitHub Enterprise Server backup with
102
+ backups, and must be backed up separately. When restoring a GitHub Enterprise Server backup with
103
103
GitHub Actions enabled, the following steps are required:
104
104
105
105
1 . Enable GitHub Actions on the replacement appliance and configure it to use the same GitHub Actions
0 commit comments