Releases: github/backup-utils
Releases · github/backup-utils
GitHub Enterprise Server Backup Utilities v3.17.0.rc1
Bug fixes
- Audit Log streaming decoding secrets are not backed up or restored.
Changes
-
Incremental MySQL backup (-i or --incremental option) has been deprecated since 3.17. Restoring previous backups created with incremental MySQL backup option will remain supported.
-
Restores will automatically detect incremental MySQL backups without requiring the -i flag.
GitHub Enterprise Server Backup Utilities v3.16.2
Changes
- Restores will automatically detect incremental MySQL backups without requiring the
-i
flag.
GitHub Enterprise Server Backup Utilities v3.15.3
Changes
- Restores will automatically detect incremental MySQL backups without requiring the
-i
flag.
GitHub Enterprise Server Backup Utilities v3.14.4
Changes
- Restores will automatically detect incremental MySQL backups without requiring the
-i
flag.
GitHub Enterprise Server Backup Utilities v3.13.4
Changes
- Restores will automatically detect incremental MySQL backups without requiring the
-i
flag.
GitHub Enterprise Server Backup Utilities v3.16.1
Backups and Disaster Recovery
- Backups could fail with an error on
awk
when logging rsync details, particularly on memory-constrained systems.
GitHub Enterprise Server Backup Utilities v3.15.2
Backups and Disaster Recovery
- Backups could fail with an error on
awk
when logging rsync details, particularly on memory-constrained systems.
GitHub Enterprise Server Backup Utilities v3.14.3
Backups and Disaster Recovery
- Backups could fail with an error on
awk
when logging rsync details, particularly on memory-constrained systems.
GitHub Enterprise Server Backup Utilities v3.16.0
Bug fixes
- Not applicable in this release.
Changes
-
Added GHE_SKIP_SEARCH_INDICES as an option to skip Elasticsearch backup and restore. This will allow users on standalone and HA configuration to save time on backups and then re-build indices from the DB, which is how it currently works on cluster.
-
Added more error information for ghe-gc-disable.
-
Added trap_full_cleanup for ghe-prune-snapshots so we will know where it fails.
GitHub Enterprise Server Backup Utilities v3.15.1
Changes
- In a standalone or high availability configuration, Elasticsearch backup and restore can be disabled to improve performance.