backup-utils

GitHub Enterprise Backup Utilities

Stars
1.2K
Committers
152

Bot releases are hidden (Show)

backup-utils - GitHub Enterprise Server Backup Utilities v2.19.1

Published by lildude almost 5 years ago

Includes general improvements & bug fixes

  • Cater for more explicit gist paths used in routes file #524
  • Suppress "*.rsync': No such file or directory" errors when no data to backup or restore #525
backup-utils - GitHub Enterprise Server Backup Utilities v2.19.0

Published by lildude almost 5 years ago

Includes general improvements & bug fixes and support for GitHub Enterprise Server v2.19.0

  • Remove temporary exclude file from the backup host not the target GHES appliance #516
  • Update Debian package depends to include git #520
backup-utils - GitHub Enterprise Server Backup Utilities v2.18.0

Published by lildude about 5 years ago

Includes general improvements & bug fixes and support for GitHub Enterprise Server v2.18.0

  • Replace "sed -E" in ghe-host-check with a more portable solution #509
backup-utils - GitHub Enterprise Server Backup Utilities v2.17.1

Published by lildude over 5 years ago

Includes general improvements & bug fixes

  • Redirect ghe-export-audit-logs stderr output unless using verbose output #497
backup-utils - GitHub Enterprise Server Backup Utilities v2.17.0

Published by lildude over 5 years ago

Includes general improvements & bug fixes and support for GitHub Enterprise Server v2.17.0

  • Restore target is ignored when specified on the command line #476
  • Support incremental backups for MySQL-stored audit logs #485
backup-utils - GitHub Enterprise Server Backup Utilities v2.16.1

Published by lildude over 5 years ago

Includes general improvements & bug fixes

  • Detect storage user on each cluster host being backed up or restored #472
backup-utils - GitHub Enterprise Server Backup Utilities v2.16.0

Published by lildude over 5 years ago

Includes general improvements & bug fixes and support for GitHub Enterprise Server v2.16.0

backup-utils - GitHub Enterprise Backup Utilities v2.15.1

Published by lildude almost 6 years ago

Includes general improvements & bug fixes

  • Restoring to an un-configured appliance fails due to a missing license file #449
backup-utils - GitHub Enterprise Backup Utilities v2.15.0

Published by lildude about 6 years ago

Includes general improvements & bug fixes and support for GitHub Enterprise v2.15.0

backup-utils - GitHub Enterprise Backup Utilities v2.14.3

Published by lildude about 6 years ago

Includes general improvements & bug fixes

  • Improve multi-platform detection of simultaneous ghe-backup runs #435
backup-utils - GitHub Enterprise Backup Utilities v2.14.2

Published by lildude about 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.14.1

Published by lildude about 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.14.0

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.13.2

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.13.1

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.13.0

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.11.4

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.11.3

Published by lildude over 6 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.11.2

Published by lildude almost 7 years ago

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
backup-utils - GitHub Enterprise Backup Utilities v2.11.1

Published by lildude about 7 years ago

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

  • Refresh the existing indices when restoring Elasticsearch indices to cluster #328
  • Fix failure to restore 2.9/2.10 backups to 2.11 prevented by incorrect detection of the audit log migration #333
  • Use git to generate short name for SSH multiplex control path #335
  • Remove use of --literally when computing arbitrary shasum #338
  • Remove -o option from ps use #341