unkinben 3e5d01d584
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Use full postgres image on minimal CNPG clusters so WAL archiving works
PR #298 added barmanObjectStore WAL archiving to every CNPG cluster, but
litellm, puppet and paperclip run the `17-minimal-trixie` image, which omits
the barman-cloud CLI. Their archiver dies with `exec: "barman-cloud-wal-archive":
executable file not found in $PATH`, so their buckets stay empty.

Switch those three to `17-system-trixie` (the -system variant already used by
the other clusters), which bundles the barman-cloud tools the in-tree backup
mechanism shells out to. This is a rolling image change; CNPG performs it as a
switchover with no data change.

Note: litellm and puppet will only start archiving once the separate stale
vault-ca-cert trust-anchor issue is also fixed (tracked separately) — that
blocks TLS to s3.ceph.unkin.net for all clusters.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-28 22:21:36 +10:00
2026-03-01 16:34:01 +11:00

argocd-apps docs

Operational notes for the manifests in this repo.

Doc What it covers
cnpg-backups.md How CNPG Postgres backups (WAL archiving + nightly base backups) to Ceph RGW are configured.
cnpg-restore.md Restoring a CNPG cluster: full recovery, point-in-time recovery, cutover, and gotchas.
S
Description
GitOps for ArgoCD
Readme 4.7 MiB
Languages
Shell 88.8%
Makefile 11.2%