Bug fixes
-
SSH compression is disabled by default in ghe-ssh to improve performance during backup and restore operations. Previously, SSH compression was enabled by default, which could cause slowness. If you need to turn on compression for rsync large files like storage or git files, configure with GHE_RSYNC_COMPRESSION_ENABLED, or override this setting completely with GHE_EXTRA_SSH_OPTS set to -o IdentitiesOnly=yes.
-
Administrators restoring backups using Backup Utils could experience missing Redis-related log entries or failed restore status in the UI.
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.