Skip to content

Releases: github/backup-utils

GitHub Enterprise Backup Utilities v2.14.3

11 Sep 17:04
6136922
Compare
Choose a tag to compare

Includes general improvements & bug fixes

  • Improve multi-platform detection of simultaneous ghe-backup runs #435

GitHub Enterprise Backup Utilities v2.14.2

21 Aug 13:57
d5515b3
Compare
Choose a tag to compare

Includes general improvements & bug fixes

  • Capture and display repository/gist warnings during cluster restore #423
  • Use remote tempdir when finalizing Pages routes #424
  • Use old rsync restore method for pages prior to 2.13 #426

GitHub Enterprise Backup Utilities v2.14.1

07 Aug 16:00
85d59cf
Compare
Choose a tag to compare

Includes general improvements, bug fixes:

  • Don't fail a backup if the Management Console password isn't set #416
  • Fix permissions issues when repeat restoring to configured cluster instance #417
  • Add missing dependencies to debian packaging #418
  • Prevent restoring snapshots to older releases #420

GitHub Enterprise Backup Utilities v2.14.0

12 Jul 15:11
5a57245
Compare
Choose a tag to compare

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

  • Disable pager and context when running git-diff #411
  • Optimise hookshot and audit log backups and restores and MySQL restores #413

GitHub Enterprise Backup Utilities v2.13.2

22 Jun 10:08
5ea6eb3
Compare
Choose a tag to compare

Includes general improvements, bug fixes:

  • Treat missing repository networks, gists, and storage objects as a non-critical error #386
  • Clean up stale HA nodes on restore #396
  • Cleanup all SSH muxes in a non blocking way #402
  • Raise an error if the current symlink doesn't exist when attempting to restore it #404

GitHub Enterprise Backup Utilities v2.13.1

09 May 10:16
87989bf
Compare
Choose a tag to compare

Includes general improvements, bug fixes:

  • Retry with the admin ssh port on network unreachable too. #377
  • Output backup utils version on backup and restore #384
  • Check filesystem supports hardlinks #388
  • Switch back to optimised restore route calculation #389
  • Optionally log verbose output to a file instead of stdout #391
  • Switch back to optimised backup route calculation #392
  • Remove check for git from ghe-ssh #393
  • Use remote's mktemp to create temp dir on remote host #395

GitHub Enterprise Backup Utilities v2.13.0

27 Mar 16:02
624e92c
Compare
Choose a tag to compare

Note: Starting with Backup Utilities v2.13.0, version support is inline with that of the GitHub Enterprise upgrade requirements and as such, support is limited to three versions of GitHub Enterprise: the version that corresponds with the version of Backup Utilities, and the two releases prior to it.

For example, Backup Utilities 2.13.0 can be used to backup and restore all patch releases from 2.11.0 to the latest patch release of GitHub Enterprise 2.13. Backup utilities 2.14.0 will be released when GitHub Enterprise 2.14.0 is released and will then be used to backup all releases of GitHub Enterprise from 2.12.0 to the latest patch release of GitHub Enterprise 2.14.

Backup Utilities 2.11.4 and earlier, and the legacy branch, offer support for GitHub Enterprise 2.10 and earlier releases.

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

  • Unify the backup & restore process #375

GitHub Enterprise Backup Utilities v2.11.4

27 Mar 13:20
491fc6f
Compare
Choose a tag to compare

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

  • Move check for git for ssh muxing into ghe-ssh #378
  • Make it clear the settings need to be applied after restoring to an unconfigured instance #381

GitHub Enterprise Backup Utilities v2.11.3

28 Feb 16:40
7943302
Compare
Choose a tag to compare

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

  • Update argument parsing and help/usage consistency #320
  • Fix failures variable #353
  • Remove other snapshot contents before removing the "incomplete" file #358
  • Backup and restore the management console password #361
  • Check for git before allowing SSH multiplex #362
  • Cleanup SSH multiplexing on exit #363
  • Filter cluster nodes by role during backup and restore #367
  • Optimise route generation and finalisation during cluster restores of pages #369
  • Allow extra rsync options to override default options #370

GitHub Enterprise Backup Utilities v2.11.2

09 Nov 12:16
0c8f033
Compare
Choose a tag to compare

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

  • Allow the restoration of configuration to Cluster #347
  • Switch to TMPDIR before initiating SSH multiplexing workaround to prevent locking the destination filesystem #348