Fix #196: one-command operator backup (pg_dump + MinIO) #234
Reference in New Issue
Block a user
Delete Branch "operator-backup-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
deploy/backup.shdumps Postgres (pg_dump --clean --if-exists, gzipped) and archives MinIO/datainto one timestamped bundle underbackups/. Reads the compose.env(same defaults as the stack); optionalBACKUP_RETAIN_DAYSprunes old bundles (cron-friendly).BACKUP.mdcovers usage + restore (kept documented rather than an untested destructive script). bash syntax checked.Closes #196
🤖 Generated with Claude Code