@@ -4055,10 +4055,10 @@ pg_probackup archive-push -B <replaceable>backup_dir</replaceable> --instance <r
4055
4055
corruption.
4056
4056
</para >
4057
4057
<para >
4058
- To speed up archiving, you can specify the <option >-j </option > option
4059
- to run < command >archive-push</ command > on multiple threads .
4060
- If you provide the <option >--batch-size</option > option, WAL files
4061
- will be copied in batches of the specified size .
4058
+ To speed up archiving, you can specify the <option >--batch-size </option > option
4059
+ to copy WAL segments in batches of the specified size .
4060
+ If <option >--batch-size</option > option is used, then you can also specify
4061
+ the < option >-j</ option > option to copy the batch of WAL segments on multiple threads .
4062
4062
</para >
4063
4063
<para >
4064
4064
WAL segments copied to the archive are synced to disk unless
@@ -4096,10 +4096,10 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
4096
4096
</para >
4097
4097
4098
4098
<para >
4099
- To speed up recovery, you can specify the <option >-j </option > option
4100
- to run < command >archive-get</ command > on multiple threads .
4101
- If you provide the <option >--batch-size</option > option, WAL segments
4102
- will be copied in batches of the specified size .
4099
+ To speed up recovery, you can specify the <option >--batch-size </option > option
4100
+ to copy WAL segments in batches of the specified size .
4101
+ If <option >--batch-size</option > option is used, then you can also specify
4102
+ the < option >-j</ option > option to copy the batch of WAL segments on multiple threads .
4103
4103
</para >
4104
4104
4105
4105
<para >
0 commit comments