@@ -2090,7 +2090,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
2090
2090
<xref linkend =" pbk-merge" />,
2091
2091
<xref linkend =" pbk-delete" />,
2092
2092
<xref linkend =" pbk-catchup" />,
2093
- <xref linkend =" pbk-checkdb" /> and
2093
+ <xref linkend =" pbk-checkdb" />, and
2094
2094
<xref linkend =" pbk-validate" /> processes can be
2095
2095
executed on several parallel threads. This can significantly
2096
2096
speed up <application >pg_probackup</application > operation given enough resources (CPU
@@ -3502,7 +3502,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3502
3502
the <xref linkend =" pbk-catchup" /> command as follows:
3503
3503
</para >
3504
3504
<programlisting >
3505
- pg_probackup catchup -b <replaceable >catchup-mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream [<replaceable >connection_options</replaceable >] [<replaceable >remote_options</replaceable >]
3505
+ pg_probackup catchup -b <replaceable >catchup_mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream [<replaceable >connection_options</replaceable >] [<replaceable >remote_options</replaceable >]
3506
3506
</programlisting >
3507
3507
<para >
3508
3508
Where <replaceable >catchup_mode</replaceable > can take one of the
@@ -3552,12 +3552,12 @@ pg_probackup catchup -b <replaceable>catchup-mode</replaceable> --source-pgdata=
3552
3552
a different directory, additionally specify the <option >--tablespace-mapping</option >
3553
3553
option:
3554
3554
<programlisting >
3555
- pg_probackup catchup -b <replaceable >catchup-mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream --tablespace-mapping=<replaceable >OLDDIR</replaceable >=<replaceable >NEWDIR</replaceable >
3555
+ pg_probackup catchup -b <replaceable >catchup_mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream --tablespace-mapping=<replaceable >OLDDIR</replaceable >=<replaceable >NEWDIR</replaceable >
3556
3556
</programlisting >
3557
3557
To run the <command >catchup</command > command on parallel threads, specify the number
3558
3558
of threads with the <option >--threads</option > option:
3559
3559
<programlisting >
3560
- pg_probackup catchup -b <replaceable >catchup-mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream --threads=<replaceable >num_threads</replaceable >
3560
+ pg_probackup catchup -b <replaceable >catchup_mode </replaceable > --source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable > --destination-pgdata=<replaceable >path_to_local_dir</replaceable > --stream --threads=<replaceable >num_threads</replaceable >
3561
3561
</programlisting >
3562
3562
</para >
3563
3563
<para >
@@ -4349,7 +4349,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
4349
4349
<para >
4350
4350
For details, see the sections
4351
4351
<link linkend =" pbk-deleting-backups" >Deleting Backups</link >,
4352
- <link linkend =" pbk-retention-opts" >Retention Options</link > and
4352
+ <link linkend =" pbk-retention-opts" >Retention Options</link >, and
4353
4353
<link linkend =" pbk-configuring-retention-policy" >Configuring
4354
4354
Retention Policy</link >.
4355
4355
</para >
0 commit comments