@@ -293,7 +293,7 @@ doc/src/sgml/pgprobackup.sgml
293
293
</listitem >
294
294
<listitem condition =" 12+" >
295
295
<para >
296
- Catchup: < quote >catching up</ quote > of a fallen-behind standby server.
296
+ Catchup: cloning a < productname >PostgreSQL</ productname > instance for a fallen-behind standby server to < quote >catch up</ quote > with master .
297
297
</para >
298
298
</listitem >
299
299
</itemizedlist >
@@ -3437,16 +3437,16 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3437
3437
</refsect2 >
3438
3438
3439
3439
<refsect2 id =" pbk-creating-backup-to-catchup" condition =" 12+" >
3440
- <title >Cloning a Database Instance</title >
3440
+ <title >Cloning < productname >PostgreSQL</ productname > Instance</title >
3441
3441
<para >
3442
3442
<application >pg_probackup</application > can create a copy of a <productname >PostgreSQL</productname >
3443
- database instance directly, without using the backup catalog. This allows you
3443
+ instance directly, without using the backup catalog. This allows you
3444
3444
to add a new standby server in a parallel mode or to have a standby
3445
3445
server that has fallen behind <quote >catch up</quote > with master.
3446
3446
</para >
3447
3447
3448
3448
<para >
3449
- Cloning a database instance is different from other <application >pg_probackup</application >
3449
+ Cloning a < productname >PostgreSQL</ productname > instance is different from other <application >pg_probackup</application >
3450
3450
processes:
3451
3451
<itemizedlist >
3452
3452
<listitem >
@@ -3469,12 +3469,12 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3469
3469
</para >
3470
3470
3471
3471
<para >
3472
- Before cloning a database instance, set up the source database server as follows:
3472
+ Before cloning a < productname >PostgreSQL</ productname > instance, set up the source database server as follows:
3473
3473
<itemizedlist >
3474
3474
<listitem >
3475
3475
<para >
3476
3476
<link linkend =" pbk-configuring-the-database-cluster" >Configure
3477
- the database cluster</link > that contains the database instance to copy.
3477
+ the database cluster</link > for the instance to copy.
3478
3478
</para >
3479
3479
</listitem >
3480
3480
<listitem >
@@ -3491,8 +3491,8 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3491
3491
</para >
3492
3492
3493
3493
<para >
3494
- To clone a database instance, ensure that the source
3495
- database is running and accepting connections and
3494
+ To clone a < productname >PostgreSQL</ productname > instance, ensure that the source
3495
+ database server is running and accepting connections and
3496
3496
on the server with the destination database, run the following command:
3497
3497
</para >
3498
3498
<programlisting >
@@ -3505,7 +3505,7 @@ pg_probackup catchup -b <replaceable>catchup-mode</replaceable> --source-pgdata=
3505
3505
<itemizedlist spacing =" compact" >
3506
3506
<listitem >
3507
3507
<para >
3508
- FULL — creates a full copy of the database instance.
3508
+ FULL — creates a full copy of the < productname >PostgreSQL</ productname > instance.
3509
3509
The destination directory must be empty for this mode.
3510
3510
</para >
3511
3511
</listitem >
@@ -3529,7 +3529,7 @@ pg_probackup catchup -b <replaceable>catchup-mode</replaceable> --source-pgdata=
3529
3529
</itemizedlist >
3530
3530
<para >
3531
3531
You can use <link linkend =" pbk-connection-opts" >connection_options</link > to specify
3532
- the connection to the source database, and if it is located on a different server,
3532
+ the connection to the source database cluster. If it is located on a different server,
3533
3533
also specify <link linkend =" pbk-remote-server-opts" >remote_options</link >.
3534
3534
If the source database contains tablespaces that must be located in
3535
3535
a different directory, additionally specify the <option >--tablespace-mapping</option >
@@ -3544,7 +3544,7 @@ pg_probackup catchup -b <replaceable>catchup-mode</replaceable> --source-pgdata=
3544
3544
</programlisting >
3545
3545
</para >
3546
3546
<para >
3547
- For example, assume that a remote standby server with the database instance in <filename >/replica-pgdata</filename > data directory has fallen behind. To sync this database instance with that in <filename >/master-pgdata</filename > data directory, you can run
3547
+ For example, assume that a remote standby server with the < productname >PostgreSQL</ productname > instance in <filename >/replica-pgdata</filename > data directory has fallen behind. To sync this instance with the one in <filename >/master-pgdata</filename > data directory, you can run
3548
3548
the <command >catchup</command > command in the <literal >PTRACK</literal > mode on four parallel threads as follows:
3549
3549
<programlisting >
3550
3550
pg_probackup catchup --source-pgdata=/master-pgdata --destination-pgdata=/replica-pgdata -p 5432 -d postgres -U remote-postgres-user --stream --backup-mode=PTRACK --remote-host=remote-hostname --remote-user=remote-unix-username -j 4
@@ -4442,7 +4442,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4442
4442
[<replaceable >connection_options</replaceable >] [<replaceable >remote_options</replaceable >]
4443
4443
</programlisting >
4444
4444
<para >
4445
- Creates a copy of a <productname >PostgreSQL</productname > database
4445
+ Creates a copy of a <productname >PostgreSQL</productname >
4446
4446
instance without using the backup catalog.
4447
4447
4448
4448
<variablelist >
@@ -4456,7 +4456,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4456
4456
<itemizedlist spacing =" compact" >
4457
4457
<listitem >
4458
4458
<para >
4459
- <literal >FULL</literal > — creates a full copy of the database instance.
4459
+ <literal >FULL</literal > — creates a full copy of the < productname >PostgreSQL</ productname > instance.
4460
4460
</para >
4461
4461
</listitem >
4462
4462
<listitem >
@@ -4481,7 +4481,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4481
4481
<term ><option >--source-pgdata=<replaceable >path_to_pgdata_on_remote_server</replaceable ></option ></term >
4482
4482
<listitem >
4483
4483
<para >
4484
- Specifies the path to the data directory of the database to be copied, which can be local or remote.
4484
+ Specifies the path to the data directory of the instance to be copied. The path can be local or remote.
4485
4485
</para >
4486
4486
</listitem >
4487
4487
</varlistentry >
@@ -4490,7 +4490,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4490
4490
<term ><option >--destination-pgdata=<replaceable >path_to_local_dir</replaceable ></option ></term >
4491
4491
<listitem >
4492
4492
<para >
4493
- Specifies the path to the local data directory of the database to copy to.
4493
+ Specifies the path to the local data directory to copy to.
4494
4494
</para >
4495
4495
</listitem >
4496
4496
</varlistentry >
@@ -4541,7 +4541,7 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
4541
4541
</para >
4542
4542
<para >
4543
4543
For details on usage, see the section
4544
- <link linkend =" pbk-creating-backup-to-catchup" >Creating a Catchup Copy </link >.
4544
+ <link linkend =" pbk-creating-backup-to-catchup" >Cloning < productname >PostgreSQL</ productname > Instance </link >.
4545
4545
</para >
4546
4546
</refsect3 >
4547
4547
</refsect2 >
0 commit comments