File tree 1 file changed +6
-1
lines changed
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
131
131
<arg choice =" plain" ><option >archive-push</option ></arg >
132
132
<arg choice =" plain" ><option >-B</option > <replaceable >backup_dir</replaceable ></arg >
133
133
<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 >
134
135
<arg choice =" plain" ><option >--wal-file-name</option > <replaceable >wal_file_name</replaceable ></arg >
135
136
<arg rep =" repeat" ><replaceable >option</replaceable ></arg >
136
137
</cmdsynopsis >
@@ -5367,7 +5368,9 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
5367
5368
Provides the path to the WAL file in
5368
5369
<parameter >archive_command</parameter > and
5369
5370
<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.
5371
5374
</para >
5372
5375
</listitem >
5373
5376
</varlistentry >
@@ -5380,6 +5383,8 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
5380
5383
<parameter >archive_command</parameter > and
5381
5384
<parameter >restore_command</parameter >. Use the <literal >%f</literal >
5382
5385
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.
5383
5388
</para >
5384
5389
</listitem >
5385
5390
</varlistentry >
You can’t perform that action at this time.
0 commit comments