|
Some checks failed
ci/woodpecker/push/default Pipeline failed
The postiz-postgres-backup CronJob still dumped from the chart's bundled `postiz-postgresql` host with a hardcoded `postiz-password`. That bundled PostgreSQL was removed when postiz migrated to the shared CNPG cluster, so the host no longer resolves (NXDOMAIN) and every nightly run failed — firing BackupCronJobFailed, and leaving the postiz DB with no logical dump in the offsite pipeline. Connect via the app's own DATABASE_URL (from the postiz-secrets Secret, postgresql://postiz:…@pg-cluster-rw.dbaas.svc.cluster.local/postiz) instead of a hardcoded host/user/password, so the backup tracks the live DB and credentials. Verified with a one-off test job: psql + pg_dump 16.4 connect to CNPG 16.9 and produce a 180K custom-format dump. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| modules/postiz | ||
| main.tf | ||
| secrets | ||
| terragrunt.hcl | ||