1
- pg_rman
2
- =======
1
+ pg_arman
2
+ ========
3
3
4
- pg_rman is a backup and recovery manager for PostgreSQL servers able to do
4
+ pg_arman is a backup and recovery manager for PostgreSQL servers able to do
5
5
incremental, archive and full backup as well as restore a cluster to a
6
6
state defined by a given recovery target. It is designed to perform
7
7
periodic backups of an existing PostgreSQL server, combined with WAL
@@ -14,18 +14,18 @@ Download
14
14
--------
15
15
16
16
The latest version of this software can be found on the project website at
17
- https://github.com/michaelpq/pg_rman .
17
+ https://github.com/michaelpq/pg_arman .
18
18
19
19
Installation
20
20
------------
21
21
22
- Compilingpg_rman requires a PostgreSQL installation and can be done in
22
+ Compilingpg_arman requires a PostgreSQL installation and can be done in
23
23
two ways:
24
24
25
- 1. Putpg_rman project directory inside PostgreSQL source tree as
26
- contrib/pg_rman , and use this command for compilation:
25
+ 1. Putpg_arman project directory inside PostgreSQL source tree as
26
+ contrib/pg_arman , and use this command for compilation:
27
27
28
- $ cd $POSTGRES_SOURCE/contrib/pg_rman
28
+ $ cd $POSTGRES_SOURCE/contrib/pg_arman
29
29
$ make
30
30
31
31
2. Keep the project directory as-is and use the PGXS development
@@ -36,13 +36,13 @@ compilation:
36
36
37
37
In addition, you must have pg_config in $PATH.
38
38
39
- The current version ofpg_rman is compatible with PostgreSQL 9.3 and
39
+ The current version ofpg_arman is compatible with PostgreSQL 9.3 and
40
40
upper versions.
41
41
42
42
Platforms
43
43
---------
44
44
45
- pg_rman has been tested on Linux and Unix-based platforms.
45
+ pg_arman has been tested on Linux and Unix-based platforms.
46
46
47
47
Documentation
48
48
-------------
@@ -69,7 +69,7 @@ install xmlto and asciidoc:
69
69
Regression tests
70
70
----------------
71
71
72
- The test suite ofpg_rman is available in the code tree and can be
72
+ The test suite ofpg_arman is available in the code tree and can be
73
73
launched in a way similar to common PostgreSQL extensions and modules:
74
74
75
75
1) "make check" or "make installcheck" if the project directory is
@@ -81,5 +81,5 @@ directory is kept as-is.
81
81
License
82
82
-------
83
83
84
- pg_rman can be distributed under the PostgreSQL license. See COPYRIGHT
84
+ pg_arman can be distributed under the PostgreSQL license. See COPYRIGHT
85
85
file for more information.