3
3
<sect2 id="pg-arman-name">
4
4
<title>NAME</title>
5
5
<para>
6
- pg_arman - Backup and recovery manager for PostgreSQL
6
+ pg_arman - Backup and recovery manager for &productname;
7
7
</para>
8
8
</sect2>
9
9
<sect2 id="pg-arman-synopsis">
@@ -26,7 +26,7 @@ pg_arman [ OPTIONS ]
26
26
<sect2 id="pg-arman-description">
27
27
<title>DESCRIPTION</title>
28
28
<para>
29
- pg_arman is a utility program to backup and restore PostgreSQL
29
+ pg_arman is a utility program to backup and restore &productname;
30
30
database.
31
31
</para>
32
32
<para>
@@ -99,7 +99,7 @@ Delete backup files.</literallayout>
99
99
initializing the backup catalog. If the variables are
100
100
initialized, pg_arman can adjust the config file to the setting.
101
101
In this case, you have to specify the database cluster path for
102
- PostgreSQL . Please specify it in PGDATA environmental variable
102
+ &productname; . Please specify it in PGDATA environmental variable
103
103
or -D/--pgdata option.
104
104
</para>
105
105
<programlisting>
@@ -146,7 +146,7 @@ $ pg_arman init -B /path/to/backup/
146
146
<sect3 id="pg-arman-restore">
147
147
<title>RESTORE</title>
148
148
<para>
149
- PostgreSQL server should be stopped before performing a restore.
149
+ &productname; server should be stopped before performing a restore.
150
150
If database cluster still exists, restore command will save
151
151
unarchived transaction log and delete all database files. You
152
152
can retry recovery until a new backup is taken. After restoring
@@ -421,7 +421,7 @@ STATUS=OK
421
421
<sect3 id="pg-arman-connection-options">
422
422
<title>CONNECTION OPTIONS</title>
423
423
<para>
424
- Parameters to connect PostgreSQL server.
424
+ Parameters to connect &productname; server.
425
425
</para>
426
426
<literallayout><emphasis role="strong">-d</emphasis> DBNAME / <emphasis role="strong">--dbname</emphasis>=DBNAME:
427
427
The database name to execute pg_start_backup() and pg_stop_backup().</literallayout>
@@ -480,7 +480,7 @@ Short Long Env File
480
480
in command line and configuration file for security reason.
481
481
</para>
482
482
<para>
483
- This utility, like most other PostgreSQL utilities, also uses the
483
+ This utility, like most other &productname; utilities, also uses the
484
484
environment variables supported by libpq (see Environment
485
485
Variables).
486
486
</para>
@@ -525,7 +525,7 @@ Short Long Env File
525
525
<para>
526
526
pg_arman can recover to point-in-time if timeline, transaction
527
527
ID, or timestamp is specified in recovery.conf. xlogdump is a
528
- contrib module of PostgreSQL core that allows checking in the
528
+ contrib module of &productname; core that allows checking in the
529
529
content of WAL files and determine when to recover. This might
530
530
help.
531
531
</para>
@@ -545,14 +545,14 @@ Short Long Env File
545
545
<itemizedlist spacing="compact">
546
546
<listitem>
547
547
<para>
548
- In order to work, the PostgreSQL instance on which backups
548
+ In order to work, the &productname; instance on which backups
549
549
are taken need to have data checksums enabled or to enable
550
550
wal_log_hints.
551
551
</para>
552
552
</listitem>
553
553
<listitem>
554
554
<para>
555
- pg_arman is aimed at working with PostgreSQL 9.5 and newer
555
+ pg_arman is aimed at working with &productname; 9.5 and newer
556
556
versions.
557
557
</para>
558
558
</listitem>
0 commit comments