.. _config-pgdump: pgdump Provider Configuration [pgdump] ====================================== Backs up a PostgreSQL instance using the pgdump utility. [pgdump] -------- **format** = custom | tar | plain (default: custom) Defines the --format option for pg_dump. This defaults to --format=custom. The custom format is required for pg_restore to do partial restore as well as enabling parallel restores. If set to custom, the --compress option will be passed to pgdump **additional-options** = Pass additional options to the pg_dump command **Only the 'level' option will be used if 'format=custom'** .. include:: compression.txt [pgauth] -------- **username** = Username for pg_dump to authenticate with **password** = Password for pg_dump to authenticate with **hostname** = Hostname for pg_dump to connect with **port** = TCP port for pg_dump to connect on