We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26b6a7 commit 851663fCopy full SHA for 851663f
pg_back.conf
@@ -106,7 +106,10 @@ purge_min_keep = 0
106
# Number of pg_dump commands to run concurrently.
107
jobs = 1
108
109
-# inject these options to pg_dump
+# This parameter specifies additional command-line options that will be passed
110
+# directly to the pg_dump commands. Some essential options (such as format and
111
+# connection), are automatically included and should not be specified. pg_back
112
+# verbose mode can help identify which options are used.
113
pg_dump_options =
114
115
# When dumping from a hot standby server, wait for exclusive locks to
0 commit comments