fix(forgejo): cap backup retention at 7 (cluster-wide DiskPressure outage fix) #108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/forgejo-backup-retention"
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?
Root cause of the 2026-07-09 ~6h home-k3s outage: forgejo-backup retention=30 x ~55G fulls filled asus-laptop root disk -> DiskPressure -> whole workload cluster evicted. Cuts retention to 7, prunes before writing, and aborts if <100G free. Old backups already pruned on-host to restore service.