@@ -2090,7 +2090,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
20902090 <xref linkend =" pbk-merge" />,
20912091 <xref linkend =" pbk-delete" />,
20922092 <xref linkend =" pbk-catchup" />,
2093- <xref linkend =" pbk-checkdb" /> and
2093+ <xref linkend =" pbk-checkdb" />, and
20942094 <xref linkend =" pbk-validate" /> processes can be
20952095 executed on several parallel threads. This can significantly
20962096 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
35023502 the <xref linkend =" pbk-catchup" /> command as follows:
35033503 </para >
35043504 <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 >]
35063506</programlisting >
35073507 <para >
35083508 Where <replaceable >catchup_mode</replaceable > can take one of the
@@ -3552,12 +3552,12 @@ pg_probackup catchup -b <replaceable>catchup-mode</replaceable> --source-pgdata=
35523552 a different directory, additionally specify the <option >--tablespace-mapping</option >
35533553 option:
35543554 <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 >
35563556</programlisting >
35573557 To run the <command >catchup</command > command on parallel threads, specify the number
35583558 of threads with the <option >--threads</option > option:
35593559 <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 >
35613561</programlisting >
35623562 </para >
35633563 <para >
@@ -4349,7 +4349,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
43494349 <para >
43504350 For details, see the sections
43514351 <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
43534353 <link linkend =" pbk-configuring-retention-policy" >Configuring
43544354 Retention Policy</link >.
43554355 </para >