Skip to content

Borg Backup Server

v2.60.5 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo 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 Settings page crashes on fresh installs by reconciling schema drift and added a warning for stuck prune jobs.

Changes in this release

Bugfix Medium

Adds dashboard warning when scheduler hasn't run recently to detect stuck prune jobs.

Adds dashboard warning when scheduler hasn't run recently to detect stuck prune jobs.

Source: llm_adapter@2026-06-09

Confidence: high

Bugfix Medium

Fixes Settings page 500 on fresh installs by reconciling schema drift and running migrations as safety net.

Fixes Settings page 500 on fresh installs by reconciling schema drift and running migrations as safety net.

Source: llm_adapter@2026-06-09

Confidence: low

Full changelog

Bug-fix release.

Fixes

  • Settings page 500 on fresh installs (#308) — the bundled schema had drifted from the migrations, so new installs were missing a few columns the app reads (api_tokens.can_read_secrets, api_tokens.kind, backup_jobs.task_result), which 500'd the Settings page. The schema is reconciled, and fresh installs now run the migrations against it as a safety net so this class of drift self-heals instead of breaking.
  • Stuck prune jobs when the scheduler isn't running (#307) — server-side jobs (prune, compact, catalog) only run via the scheduler. If its cron isn't running, those jobs sit in the queue indefinitely and block later backups for the same repository, while agent backups keep working — making the cause hard to spot. The dashboard now warns when the scheduler hasn't run recently, so a dead or misconfigured cron is obvious.

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]