Releases: github/backup-utils
Releases · github/backup-utils
GitHub Enterprise Server Backup Utilities v3.8.4
Bug Fixes
On an instance with Actions enabled, incorrect backup and restore settings prevented the storage container name from being restored. This made the logs from that container inaccessible, and caused Actions to create a new storage container in a different location.This bug fix will ship in backup-utils v3.8.5. [Updated 2024-01-17]
GitHub Enterprise Server Backup Utilities v3.7.4
3.7.4 release
GitHub Enterprise Server Backup Utilities v3.10.1
Changes
- Adds support for finding the
parallel
command from themoreutils
tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
Bug fixes
- When using GitHub Enterprise Server Backup Utilities, user permissions assigned to the temporary progress files in
/tmp
have been updated to allow access by other users. Previously, having backup and restore operations performed by different users could cause failed deletion error messages for temporary files.
GitHub Enterprise Server Backup Utilities v3.9.3
Changes
- Adds support for finding the
parallel
command from themoreutils
tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
Bug fixes
- When using GitHub Enterprise Server Backup Utilities, user permissions assigned to the temporary progress files in
/tmp
have been updated to allow access by other users. Previously, having backup and restore operations performed by different users could cause failed deletion error messages for temporary files.
GitHub Enterprise Server Backup Utilities v3.8.3
Changes
- Adds support for finding the
parallel
command from themoreutils
tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
GitHub Enterprise Server Backup Utilities v3.7.3
Changes
- Adds support for finding the
parallel
command from themoreutils
tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
GitHub Enterprise Server Backup Utilities v3.6.3
Changes
- Adds support for finding the
parallel
command from themoreutils
tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
GitHub Enterprise Server Backup Utilities v3.10.0
Features
- To reduce the time to generate a backup using
ghe-backup
, administrators can choose to prune old backup snapshots after a new backup has been generate. For more information, see "Scheduling backups & snapshot pruning." - On instances with large MySQL databases , administrators who wish to save storage space can use the new
--incremental
flag withghe-backup
andghe-restore
. For more information, see "Incremental MySQL Backups and Restores" - Administrators can choose to skip the storage and software version checks that are run during
ghe-backup
using the--skip-checks
flag. For more information, see "Using the backup and restore commands".
Changes
- Removed the
git clone
path for setting upbackup-utils
from the getting started instructions. - Added
bc
v1.07 or newer to the requirements for a backup host machine.
GitHub Enterprise Server Backup Utilities v3.9.2
Bug fixes
- Setting
GHE_HOSTNAME
as an environment variable did not override the value configured inbackup.config
.
GitHub Enterprise Server Backup Utilities v3.8.2
Changes
- Administrators can disable backup or restoration of GitHub Pages data.