@@ -2434,7 +2434,8 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
2434
2434
<para >
2435
2435
In addition to SSH connection, <application >pg_probackup</application > uses
2436
2436
a regular connection to the database to manage the remote operation.
2437
- See <xref linkend =" pbk-configuring-the-database-cluster" /> for details of how to set up
2437
+ See the section <link linkend =" pbk-configuring-the-database-cluster" >Configuring
2438
+ the Database Cluster</link > for details of how to set up
2438
2439
a database connection.
2439
2440
</para >
2440
2441
</note >
@@ -3941,7 +3942,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3941
3942
3942
3943
<para >
3943
3944
To prepare for cloning/synchronizing a <productname >PostgreSQL</productname > instance,
3944
- set up the source instance server as follows:
3945
+ set up the source server as follows:
3945
3946
<itemizedlist >
3946
3947
<listitem >
3947
3948
<para >
@@ -3964,7 +3965,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3964
3965
3965
3966
<para >
3966
3967
Before cloning/synchronizing a <productname >PostgreSQL</productname > instance, ensure that the source
3967
- instance server is running and accepting connections. To clone/sync a <productname >PostgreSQL</productname > instance,
3968
+ server is running and accepting connections. To clone/sync a <productname >PostgreSQL</productname > instance,
3968
3969
on the server with the destination instance, you can run
3969
3970
the <xref linkend =" pbk-catchup" /> command as follows:
3970
3971
</para >
@@ -4007,7 +4008,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable> --source-pgdata=
4007
4008
By specifying the <option >--stream</option > option, you can set
4008
4009
<link linkend =" pbk-stream-mode" >STREAM</link > WAL delivery mode
4009
4010
of copying, which will include all the necessary WAL files by streaming them from
4010
- the instance server via replication protocol.
4011
+ the server via replication protocol.
4011
4012
</para >
4012
4013
<para >
4013
4014
You can use <link linkend =" pbk-connection-opts" >connection_options</link > to specify
@@ -4998,7 +4999,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4998
4999
<para >
4999
5000
Copies the instance in <link linkend =" pbk-stream-mode" >STREAM</link > WAL delivery mode,
5000
5001
including all the necessary WAL files by streaming them from
5001
- the instance server via replication protocol.
5002
+ the server via replication protocol.
5002
5003
</para >
5003
5004
</listitem >
5004
5005
</varlistentry >
0 commit comments