PowerProtect Data Manager: PostgreSQL backup fails due to /tmp disk space exhaustion when using Default pg_dump script

Summary: When configuring PostgreSQL database backups through the PowerProtect Data Manager (PPDM) Generic Application Agent, the default pg_dump backup script uses /tmp as a temporary staging area before writing the backup data to the Data Domain. If the PostgreSQL database is larger than the available space in /tmp, the backup fills the filesystem, causes PPDM to run out of disk space, and the backup fails. This issue affects PPDM environments using the default PostgreSQL backup script parameters. ...

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

PPDM protects a PostgreSQL database using the Generic Application Agent with the default pg_dump backup script. Backups fail due to insufficient disk space. The /tmp filesystem on the agent host fills to capacity during the backup operation. Smaller databases may back up successfully while larger databases that exceed the available /tmp space consistently fail.

Cause

The default parameters used in the provided script use /tmp as a staging area before writing the backup to Data Domain.

Resolution

  1. Upgrade the PPDM appliance to version 20.1.0.0-14 or later. Download the latest release from the PowerProtect Data Manager Drivers & Downloads page.
  2. Modify the Default Backup Script:
    • In the PPDM UI, navigate to Protection → Scripts.
    • Locate the PostgreSQL backup script.
    • Edit the script and find the pg_dump command line containing the -F t parameter:
    • Original:
      echo "Starting pg_dump for database $db PG_DUMPBACKUP_PATH: $PG_DUMPBACKUP_PATH"
            output=$("${PG_DUMPBACKUP_PATH}" "${port_option}" -F t -f "${base_backup_dir}/${db}-$(date +%Y%m%d-%H%M%S).tar" ${username} "${db}")
    • Change the -F t parameter to -F c -Z 0:
    • Updated:
      echo "Starting pg_dump for database $db PG_DUMPBACKUP_PATH: $PG_DUMPBACKUP_PATH"
            output=$("${PG_DUMPBACKUP_PATH}" "${port_option}" -F c -Z 0 -f "${base_backup_dir}/${db}-$(date +%Y%m%d-%H%M%S).tar" ${username} "${db}")
    • Save the script.
  3. Verify the Fix
    • Run a manual PostgreSQL backup from PPDM for the affected database.
    • Confirm the backup completes successfully without /tmp space exhaustion.
    • Monitor the /tmp filesystem during the backup and confirm it does not fill to capacity.
  4. If PostgreSQL backups continue to fail after modifying the script parameters, contact Dell Support for additional investigation and reference this KB article.

Affected Products

PowerProtect Data Manager

Products

Data Protection Suite Series
Article Properties
Article Number: 000494783
Article Type: Solution
Last Modified: 04 أغسطس 2026
Version:  1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.