Skip to content

Releases: github/backup-utils

GitHub Enterprise Backup Utilities v2.8.2

17 Nov 16:27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

GitHub Enterprise Backup Utilities v2.6.1

31 May 19:53
Compare
Choose a tag to compare

A patch release that includes improvements and bug fixes for GitHub Enterprise clusters:

  • Cluster: faster gist restores #220
  • Cluster: faster storage restores #212
  • Cluster: fix git-hooks restores #204

GitHub Enterprise Backup Utilities v2.6.0

26 Apr 17:28
Compare
Choose a tag to compare
  • Adds support for GitHub Enterprise 2.6 #201
  • Adds an extra supported location for the backup configuration #197
  • New config option to check for corrupted repositories after the backup #195
  • General improvements and bug fixes