Include user-engine in offsite CNPG backups
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
codex 2026-07-30 00:05:58 +02:00
parent 32ccc83076
commit 14f3516394
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,10 @@ Logical `pg_dump -Fc` → age encrypt → Nextcloud WebDAV for production-of-rec
CNPG databases on **CoulombCore** and **railiance01**. Emits JSON for
activity-core evidence sinks.
The railiance01 target set includes the stateful `user-engine-pg/user_engine`
portal database. Its in-cluster daily backup provides fast operational
recovery; this Option A copy supplies the separate encrypted failure domain.
Inventory: `railiance-apps/docs/cnpg-backup-topology-inventory.md`.
## Operator commands

View file

@ -52,6 +52,7 @@ DEFAULT_TARGETS=(
"r01-forgejo-db|KUBECONFIG_R01|databases|forgejo-db|forgejo"
"r01-net-kingdom-pg|KUBECONFIG_R01|databases|net-kingdom-pg|interhub,privacyidea_db"
"r01-state-hub-db|KUBECONFIG_R01|databases|state-hub-db|state_hub"
"r01-user-engine-pg|KUBECONFIG_R01|user-engine|user-engine-pg|user_engine"
)
if [[ -n "${CNPG_BACKUP_TARGETS:-}" ]]; then