.. _config-pgdump: pgdump ====== Backs up a PostgreSQL instance using the pgdump utility. Configuration ------------- [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. **additional-options** = Pass additional options to the pg_dump command .. include:: compression.rst [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