FM-KED-004 — Backup Failure Due to Excessive Backup Size

Severity: S1 — Critical
Recovery Class: B — Standard Recovery
Covered by Monthly Support: Yes


Description

Automatic daily backups fail because the generated database dump exceeds available disk capacity on the backup worker or application node.

This condition usually indicates uncontrolled growth of historical data and must be addressed immediately to restore backup continuity.


Typical Symptoms


Root Cause


Diagnostic Checklist

Verify Backup Job Status

Check Disk Space on Backup Node

df -h

Estimate Database Dump Size

pg_dump --format=custom --file=/tmp/test.dump db_name
ls -lh /tmp/test.dump

Recovery Options

Choose one or a combination, depending on business requirements.


Option 1: Remove Obsolete Historical Records

⚠️ Data deletion is irreversible and must be explicitly approved.


Option 2: Increase Disk Capacity on Backup Worker Node

This option preserves all historical data.


Preventive Notes


Responsibility Boundary

Finmars SCSA provides diagnostics, recommendations, and operational guidance.
Infrastructure changes such as disk resizing may depend on customer approval or cloud provider action.



Revision #1
Created 2026-01-07 14:30:34 UTC by Sergei Zhitenev
Updated 2026-01-07 14:31:55 UTC by Sergei Zhitenev