github marcpope/borgbackupserver v2.60.5

5 hours ago

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.

Don't miss a new borgbackupserver release

NewReleases is sending notifications on new releases.