Skip to content

Commit 3bc1059

Browse files
committed
Add 3.11.0 release notes
1 parent 0a6a863 commit 3bc1059

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-notes/3.11.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bug Fixes
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+
7+
### Changes
8+
9+
* Estimated transfer sizes will be calculated on appropriate nodes for clustered environments.
10+
* Added support for finding the `parallel` command from the `moreutils` tool suite on more Linux distributions, including Arch Linux and Alpine Linux.
11+
* `ghe-restore` avoids unnecessary `rsync` operations when restoring to non-clustered environments.
12+
* `ghe-backup` and `ghe-restore` output their total runtime
13+
* `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.
14+
* Updates the Host OS version output to use `/etc/os-release` for better compatibility with other Linux distributions.
15+
16+
### Backups and Disaster Recovery
17+
18+
* 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.

0 commit comments

Comments
 (0)