-
chart: back up the database through a python sidecar
Release / test (push) Failing after 7sRelease / build (amd64, darwin) (push) Has been skippedRelease / build (amd64, linux) (push) Has been skippedRelease / build (arm64, darwin) (push) Has been skippedRelease / build (arm64, linux) (push) Has been skippedRelease / docker (push) Has been skippedRelease / chart (push) Has been skippedRelease / release (push) Has been skippedreleased this
2026-08-07 08:57:56 +00:00 | 105 commits to main since this releaseThe 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