About backups of GitHub Enterprise Server when using GitHub Actions
You can use GitHub Enterprise Server Backup Utilities to back up and restore the data and configuration for your GitHub Enterprise Server instance to a new instance. For more information, see "Configuring backups on your instance."
However, not all the data for GitHub Actions is included in these backups. GitHub Actions uses external storage to store workflow artifacts and logs. This data is stored on your external provider, such as Azure blob storage, Amazon S3, Google Cloud Storage, or MinIO. As a result, GitHub Enterprise Server backups and GitHub Enterprise Server high availability configurations do not provide protection for the data stored on this external storage, and instead rely on the data protection and replication provided by the external storage provider, such as Azure, Google Cloud, or AWS.
Restoring a backup of GitHub Enterprise Server when GitHub Actions is enabled
To restore a backup of your GitHub Enterprise Server instance with GitHub Actions, you must manually configure network settings and external storage on the destination instance before you restore your backup from GitHub Enterprise Server Backup Utilities.
-
Create a new instance with the "New Install" option. For installation instructions for the virtualization platform of your choice, see "Setting up a GitHub Enterprise Server instance."
-
In the Management Console, configure network settings and external storage for GitHub Actions on the destination instance. See "Configuring GitHub Enterprise."
-
After GitHub Actions is configured and enabled, to restore the rest of the data from the backup, use the
ghe-restore
command. For more information, see "Configuring backups on your instance." -
Re-register your self-hosted runners on the destination instance. For more information, see "Adding self-hosted runners."
-
To ensure that the bundled actions that are pre-installed on your new instance are up to date, enter the following command.
Shell ghe-config --unset 'app.actions.actions-repos-sha1sum'
ghe-config --unset 'app.actions.actions-repos-sha1sum'
-
To apply the configuration, run the following command.
Note
During a configuration run, services on your GitHub Enterprise Server instance may restart, which can cause brief downtime for users.
Shell ghe-config-apply
ghe-config-apply
-
Wait for the configuration run to complete.
-