Skip to content

Releases: github/backup-utils

GitHub Enterprise Backup Utilities v2.9.0

01 Mar 17:59

Choose a tag to compare

Includes general improvements, bug fixes and support for GitHub Enterprise v2.9.0.

  • Block restores to appliances with HA configured #291
  • Add a --version flag #284
  • Check backup-utils are not being run on GitHub Enterprise host #286
  • Backup and restore custom CA certificates #281
  • Hookshot backup/restores optimisations #276

GitHub Enterprise Backup Utilities v2.8.3

21 Dec 10:30
@snh snh

Choose a tag to compare

Bug fixes.

  • Set restore status on all cluster nodes #274
  • Fix pages backups and restores in GitHub Enterprise 11.10 #275

GitHub Enterprise Backup Utilities v2.8.2

17 Nov 16:27

Choose a tag to compare

Fixes an important bug that affects GitHub Enterprise 2.8 backups and
restores.

  • Backup and restore the appliance UUID #272

GitHub Enterprise Backup Utilities v2.8.1

15 Nov 10:11

Choose a tag to compare

Includes general improvements and bug fixes.

  • Stop cron and timerd during restore #269
  • Fix compatibility issue with older versions of OpenSSH #263

GitHub Enterprise Backup Utilities v2.8.0

09 Nov 18:43

Choose a tag to compare

Includes general improvements, bug fixes and support for GitHub Enterprise v2.8.0.

  • Adds support for GitHub Enterprise 2.8.0 #261
  • Speedup storage restores #247
  • More portable backup-utils #260

GitHub Enterprise Backup Utilities v2.7.1

20 Sep 18:55

Choose a tag to compare

Bug fixes and required tooling to detect SSH host keys that should be
blacklisted, see https://enterprise.github.com/releases/2.7.4/notes.

  • Cluster: fix offline cluster node detection #250
  • Detect leaked ssh keys in backup snapshots #253

GitHub Enterprise Backup Utilities v2.7.0

03 Aug 18:55

Choose a tag to compare

Includes general improvements, bug fixes, and support for GitHub Enterprise v2.7.0.

  • Fix GitHub Enterprise 2.5 cluster restores.
    GitHub Enterprise 2.5.0 clusters don't have
    /usr/local/share/enterprise/ghe-cluster-config-update, so that'd break
    the final stage of the restore process.
  • Hookshot logs are now restored to Elasticsearch.

GitHub Enterprise Backup Utilities v2.6.4

29 Jul 18:35

Choose a tag to compare

Patch release fixing a regression, instrumenting backups and other minor changes.

Changes the cluster restore behaviour a bit since it doesn't restore the cluster configuration (cluster.conf) any more.
Backup restores to the same cluster are not affected.
Backup restores from a single VM to a cluster (i.e. migrating from a single
GitHub Enterprise VM to a cluster using backup-utils) are also unaffected.

  • Instrument/benchmark backups #238
  • Cluster: remove restoring cluster.conf on restore #242
  • Cluster: Prevent restoring to a standalone GHE appliance #244

GitHub Enterprise Backup Utilities v2.6.3

29 Jun 20:12

Choose a tag to compare

Patch release that fixes a regression in backup-utils 2.6.2 affecting GitHub Enterprise clusters.

  • Cluster: git-hooks backup fixes #235

GitHub Enterprise Backup Utilities v2.6.2

22 Jun 19:18

Choose a tag to compare

A patch release that includes performance improvements for cluster restores, bug fixes and other improvements:

  • git-hooks fixes #231
  • Cluster: speedup repositories restore #232 (requires GitHub Enterprise 2.6.4)
  • Cluster: restore Git over SSH keys #230
  • Benchmark restores #219