Skip to content

Releases: github/backup-utils

GitHub Enterprise Server Backup Utilities v3.15.1

18 Dec 22:11
v3.15.1
9a4b34d
Compare
Choose a tag to compare

Changes

  • In a standalone or high availability configuration, Elasticsearch backup and restore can be disabled to improve performance.

GitHub Enterprise Server Backup Utilities v3.14.2

18 Dec 22:11
v3.14.2
ba3aa67
Compare
Choose a tag to compare

Changes

  • In a standalone or high availability configuration, Elasticsearch backup and restore can be disabled to improve performance.

GitHub Enterprise Server Backup Utilities v3.13.3

18 Dec 22:10
v3.13.3
fe047a6
Compare
Choose a tag to compare

Changes

  • In a standalone or high availability configuration, Elasticsearch backup and restore can be disabled to improve performance.

GitHub Enterprise Server Backup Utilities v3.15.0

12 Nov 19:23
Compare
Choose a tag to compare

Bug Fixes

  • If a backup was restored on an already configured appliance, ghe-config-apply may have incorrectly determined the diff and skipped some operations. Note: The diff is between the current configuration in /data/user/common and the configuration stored in the /data/user/common/ghe-config-apply/config-file-history directory.
  • Console output was overwritten by ssh trace when verbose log was enabled.
  • The ghe-host-check command showed warnings about rsync when no warning was needed.

Changes

  • Error handling for MySQL backups has improved. The chosen backup strategy is logged by default. The error coverage and messaging are enhanced, including new warnings for file size constraints relevant to the backup process affect.

GitHub Enterprise Server Backup Utilities v3.14.1

24 Sep 16:43
Compare
Choose a tag to compare

Bug Fixes

  • Restoring a backup into a new hostname would not correctly updated the OIDC confirationation for remote blob providers. Now it will.

Changes

  • If trust-sender is not supported on the backup-utils host version of rsync, a warning will emit.

GitHub Enterprise Server Backup Utilities v3.13.2

24 Sep 16:43
Compare
Choose a tag to compare

Changes

  • More detailed information is logged when errors occur during a backup or restore operation.
  • If trust-sender is not supported on the backup-utils host version of rsync, a warning will emit.

GitHub Enterprise Server Backup Utilities v3.12.5

24 Sep 16:43
Compare
Choose a tag to compare

Changes

  • More detailed information is logged when errors occur during a backup or restore operation.
  • If trust-sender is not supported on the backup-utils host version of rsync, a warning will emit.

GitHub Enterprise Server Backup Utilities v3.11.6

24 Sep 16:43
Compare
Choose a tag to compare

Changes

  • More detailed information is logged when errors occur during a backup or restore operation.
  • If trust-sender is not supported on the backup-utils host version of rsync, a warning will emit.

GitHub Enterprise Server Backup Utilities v3.10.7

24 Sep 16:42
Compare
Choose a tag to compare

Changes

  • More detailed information is logged when errors occur during a backup or restore operation.

GitHub Enterprise Server Backup Utilities v3.14.0

14 Aug 21:20
Compare
Choose a tag to compare

Bug Fixes

  • By default, the management console password is restored from the backup snapshot data. In 3.14, a backup configuration variable, GHE_MANAGE_CONSOLE_PW_RESTORE, was added to allow administrators to specify that the current Management Console password is to be retained during restore operations.

Changes

  • Added more meaningful error messages when a trap is triggered. This change will help users understand the context of the error and take appropriate action.
  • Passwords and chat secrets are restored only when -c option is used, in order to reduce security risks of sharing secrets between different environments.