Hi,
A customer has a CPU constraint server with PostgreSQL DB running. DB is approx. 96GB in size. Dumpbased backup took 5h30m which is a very long time to backup 96GB of data. Commvault by default is using pg_dump with -Fc parameter which compresses backup by default
I’m not a DB admin but as far as I know postgreSQL compression is very resource intensive. Is there a way to run PostgreSQL dumpbased backup without pg_dump compression?