Files
launchpad/apps/overlays/upc-dev/forte-drop-postgresql
Sten df30877b5e
/ test (pull_request) Successful in 8s
fix(forte-drop-pg-backup): set MC_CONFIG_DIR so mc can write its config
The backup CronJob runs as uid 65532 (runAsNonRoot). mc defaulted its
config dir to $HOME/.mc = /.mc and failed with "mkdir /.mc: permission
denied" on the non-writable root fs — every nightly run died before
uploading, so there are currently no backups in s3://drops/_pgbackups/.
Point MC_CONFIG_DIR at the shared /work emptyDir (writable via fsGroup).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 13:18:20 +02:00
..