This release fixes issues for SREs watching stability and regressions.
Published 3d
Backup & Recovery
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
backup
backup-manager
borg-backup
borgbackup
borgbackup-gui
borgbackup-web-ui
+2 more
self-hosted
web-gui
Summary
AI summaryFixed local repository creation failure when SSH port differs from 22 and prevented scheduler runs from exhausting DB connections.
Full changelog
Fixes
- Local repository creation via the admin API failed with SSH errors (#356).
POST /api/v1/clients/{id}/repositoriesranborg initover the repo's SSH path using the agent's SSH identity and a hardcoded port 22, so it failed on any install where the SSH port isn't 22 (including the docker-compose default of 2222). Repo init now runs directly on the local path via the root helper — same flow the web UI already used — and repo ownership is set so agent backups can acquire the repo lock. Thanks @Rhonstin for the detailed report. - Scheduler: a hung run can no longer exhaust the database connection pool. Scheduler runs are now guarded by a lock file so only one instance runs at a time.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]