• v0.8.8 5255f53405

    v0.8.8
    All checks were successful
    CI / Build / Publish / Shellcheck (push) Successful in 4s
    CI / Build / Publish / Validate CHANGELOG structure (push) Successful in 2s
    CI / Build / Publish / PR build & smoke test (push) Has been skipped
    CI / Build / Publish / Build multi-arch and push (push) Successful in 2m0s
    CI / Build / Publish / Reconcile releases across registries (push) Successful in 47s
    CI / Build / Publish / Workflow summary (push) Successful in 1s
    Stable

    Cody Bryant released this 2026-06-03 11:49:59 -07:00 | 73 commits to main since this release

    Added

    • RUN_RESTORE_SERVICE env toggle on auto-restore (and, via pass-through, auto-restore-all): when non-empty, runs the service's ./restore-service.sh after a successful file restore — non-interactively reloading databases and restarting the stack, mirroring what the interactive restore command prompts for. Its exit code propagates, so a failed reload surfaces as a failed restore (and a failed service in the auto-restore-all summary). Required for full-host DR where databases are backed up as dumps (not raw data dirs) and so must be reloaded post-restore. The interactive restore command also honors the toggle to skip its y/N prompt.
    Downloads