Skip to content

Commit 4194d7e

Browse files
committedNov 19, 2021
Added clarifications about --wal-file-path to doc/pgprobackup.xml
1 parent 0efb8e6 commit 4194d7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎doc/pgprobackup.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ doc/src/sgml/pgprobackup.sgml
131131
<arg choice="plain"><option>archive-push</option></arg>
132132
<arg choice="plain"><option>-B</option> <replaceable>backup_dir</replaceable></arg>
133133
<arg choice="plain"><option>--instance</option> <replaceable>instance_name</replaceable></arg>
134+
<arg choice="plain"><option>--wal-file-path</option> <replaceable>wal_file_path</replaceable></arg>
134135
<arg choice="plain"><option>--wal-file-name</option> <replaceable>wal_file_name</replaceable></arg>
135136
<arg rep="repeat"><replaceable>option</replaceable></arg>
136137
</cmdsynopsis>
@@ -5367,7 +5368,9 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
53675368
Provides the path to the WAL file in
53685369
<parameter>archive_command</parameter> and
53695370
<parameter>restore_command</parameter>. Use the <literal>%p</literal>
5370-
variable as the value for this option for correct processing.
5371+
variable as the value for this option or skip it for setting it according to
5372+
value from <filename>pg_probackup.conf</filename>.
5373+
Or explicitly specify the path to a file outside the PGDATA.
53715374
</para>
53725375
</listitem>
53735376
</varlistentry>
@@ -5380,6 +5383,8 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
53805383
<parameter>archive_command</parameter> and
53815384
<parameter>restore_command</parameter>. Use the <literal>%f</literal>
53825385
variable as the value for this option for correct processing.
5386+
Or explicitly specify the filename if given a <option>--wal-file-path<option>
5387+
value outside the PGDATA.
53835388
</para>
53845389
</listitem>
53855390
</varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.