Skip to content

Borg Backup Server

v2.64.2 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3d Backup & Recovery
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Fixed 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}/repositories ran borg init over 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

Track Borg Backup Server

Get notified when new releases ship.

Sign up free

About Borg Backup Server

Centrally manage BorgBackup across endpoints

All releases →

Related context

Beta — feedback welcome: [email protected]