|
| 1 | +github-backup-utils (3.11.0) UNRELEASED; urgency=medium |
| 2 | + |
| 3 | + * `ghe-backup-myql` and `ghe-restore-mysql` will now exit 1 on errors. |
| 4 | + * On an instance with Actions enabled, incorrect backup and restore settings prevented the storage container name from being restored. This made the logs from that container inaccessible, and caused Actions to create a new storage container in a different location. |
| 5 | + * When backups are run for HA instances in both primary and replica nodes a `.sync-in-progress` file will be created. This will disable `NetworkMaintenance` jobs from running and queueing up when backups are running from the primary node. |
| 6 | + * Estimated transfer sizes will be calculated on appropriate nodes for clustered environments. |
| 7 | + * Added support for finding the `parallel` command from the `moreutils` tool suite on more Linux distributions, including Arch Linux and Alpine Linux. |
| 8 | + * `ghe-restore` avoids unnecessary `rsync` operations when restoring to non-clustered environments. |
| 9 | + * `ghe-backup` and `ghe-restore` output their total runtime |
| 10 | + * `rsync` compression is now disabled by default. The `-z` flag has been removed from the `ghe-rsync` command in multiple files to improve transfer speed and reduce CPU usage. To enable `rsync` compression globally, add `GHE_RSYNC_COMPRESSION_ENABLED=yes` to the `backup.config` file. |
| 11 | + * Updates the Host OS version output to use `/etc/os-release` for better compatibility with other Linux distributions. |
| 12 | + * When a NFS mount is detected for snapshots on backup hosts, backup logs will show a warning to notify the user that such a setup may incur performance issues as highlighted in [storage requirements](https://github.com/github/backup-utils-private/blob/master/docs/requirements.md#storage-requirements) documentation. |
| 13 | + |
| 14 | + -- Andrew Mildahl < [email protected]> Thu, 30 Nov 2023 01:57:12 +0000 |
| 15 | + |
| 16 | +github-backup-utils (3.10.0) UNRELEASED; urgency=medium |
| 17 | + |
| 18 | + -- Balwinder Sohi < [email protected]> Wed, 30 Aug 2023 17:39:31 +0000 |
| 19 | + |
| 20 | +github-backup-utils (3.10.0) UNRELEASED; urgency=medium |
| 21 | + |
| 22 | + * Remove -o option from ps use #341 |
| 23 | + * Switch to TMPDIR before initiating SSH multiplexing workaround to prevent locking the destination filesystem #348 |
| 24 | + * Move check for git for ssh muxing into ghe-ssh #378 |
| 25 | + * Check filesystem supports hardlinks #388 |
| 26 | + * Remove check for git from ghe-ssh #393 |
| 27 | + * Clean up stale HA nodes on restore #396 |
| 28 | + |
| 29 | + -- Balwinder Sohi < [email protected]> Wed, 09 Aug 2023 19:37:10 +0000 |
| 30 | + |
| 31 | +github-backup-utils (3.9.0) UNRELEASED; urgency=medium |
| 32 | + |
| 33 | + * Set restore status on all cluster nodes #274 |
| 34 | + * Fix pages backups and restores in GitHub Enterprise 11.10 #275 |
| 35 | + * Backup and restore custom CA certificates #281 |
| 36 | + * Set the benchmark file path consistently #283 |
| 37 | + * Suppress dd output noise #289 |
| 38 | + * Track completeness of Elasticsearch JSON dumps #298 |
| 39 | + * Use existing Elasticsearch indices to speed up transfer during a restore #310 |
| 40 | + * Include the user data directory in the benchmark name #311 |
| 41 | + * Use calculated routes when backing up storage data from a cluster #318 |
| 42 | + * Refresh the existing indices when restoring Elasticsearch indices to cluster #328 |
| 43 | + * Use git to generate short name for SSH multiplex control path #335 |
| 44 | + |
| 45 | + -- Junior Eluhu < [email protected]> Mon, 12 Jun 2023 20:46:10 +0000 |
| 46 | + |
1 | 47 | github-backup-utils (3.8.0) focal; urgency=medium
|
2 | 48 |
|
3 | 49 | -- Daniel Johnson < [email protected]> Tue, 07 Feb 2023 21:43:26 +0000
|
|
0 commit comments