- Notifications
You must be signed in to change notification settings - Fork5
postgrespro/postgrespro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pg_rman=======pg_rman is a backup and recovery manager for PostgreSQL servers able to doincremental, archive and full backup as well as restore a cluster to astate defined by a given recovery target. It is designed to performperiodic backups of an existing PostgreSQL server, combined with WALarchives to provide a way to recover a server in case of failure ofserver because of a reason or another. Its incremental and archive backupfacilities reduces the amount of data necessary to be taken betweentwo consecutive backups.Download--------The latest version of this software can be found on the project website athttps://github.com/michaelpq/pg_rman.Installation------------Compiling pg_rman requires a PostgreSQL installation and can be done intwo ways:1. Put pg_rman project directory inside PostgreSQL source tree ascontrib/pg_rman, and use "make" to compileor2. Keep the project directory as-is and use the PGXS developmentinfrastructure provided by a PostgreSQL installation to perform thecompilation: "make USE_PGXS=1"In addition, you must have pg_config in $PATH.The current version of pg_rman is compatible with PostgreSQL 9.3 andupper versions.Platforms---------pg_rman has been tested on Linux and Unix-based platforms.Documentation-------------All the documentation is written and maintained in pg_rman.txt.Regression tests----------------The test suite of pg_rman is available in the code tree and can belaunched in a way similar to common PostgreSQL extensions and modules:1) "make check" or "make installcheck" if the project directory islocated in PostgreSQL code tree.2) "make installcheck" on an already installed server if projectdirectory is kept as-is.License-------pg_rman can be distributed under the PostgreSQL license. See COPYRIGHTfile for more information.
About
Postgres Professional fork of PostgreSQL
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.