File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments