• v0.6.0 7caafbaf80

    chart: back up the database through a python sidecar
    Release / test (push) Failing after 7s
    Release / build (amd64, darwin) (push) Has been skipped
    Release / build (amd64, linux) (push) Has been skipped
    Release / build (arm64, darwin) (push) Has been skipped
    Release / build (arm64, linux) (push) Has been skipped
    Release / docker (push) Has been skipped
    Release / chart (push) Has been skipped
    Release / release (push) Has been skipped

    niklas released this 2026-08-07 08:57:56 +00:00 | 103 commits to main since this release

    The image is FROM scratch, so there is no interpreter to run a k8up
    backupcommand in, and the database runs in WAL mode, where a file-level
    copy of the volume is not crash-consistent.

    Also switches to strategy: Recreate. The data PVC is ReadWriteOnce, so a
    RollingUpdate deadlocks the new pod against the old one holding it.

    Downloads