chore: stagger dev CNPG backup to 03:30 #4
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
feeldata/manifests!4
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/4/head"
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?
Why
feeldata
devandprodboth run their daily CNPG backup at 04:00, so two base backups + WAL archiving hit the sharednostromo-cnpgS3 path at the same instant. This is part of a nostromo-wide effort to spread nightly CNPG backup load (the op1st-emea-b4mad clusters were just staggered too).What
Move dev to 03:30, leaving prod's timing untouched:
environments/dev/feeldata/postgresql.yaml:0 0 4 * * *→0 30 3 * * *The three feeldata backups are then solo and 30 min apart:
Validation
oc apply --dry-run=serveraccepts the edited ScheduledBackup.🤖 Generated with Claude Code