Bug Fixes
- Installer stuck at the Composer step on fresh installs (#351) — the installer could hang silently while installing PHP dependencies, and on Ubuntu 22.04 (PHP 8.1) the locked dependency set was incompatible with the platform. Composer now runs non-interactively with visible output, and the dependency lock is pinned to the minimum supported PHP so a clean install succeeds.
- Backups from older clients failed with "connection closed by remote host" (#352) — a base-image update shipped a newer OpenSSH that had dropped the legacy key-exchange algorithms older clients rely on (e.g. Windows Server 2016, NAS boxes running Dropbear), so they were rejected during the SSH handshake. Legacy key-exchange support is now re-enabled alongside the existing legacy host-key support, and the compatibility settings refresh automatically on upgrade.
This is a server-only release; the agent is unchanged from v2.64.0.