pg_rman
pg_rman copied to clipboard
Backup and restore management tool for PostgreSQL
This is the patch for #174 discussion. We need to discuss how to handle the issue.
Existing description is unclear as to how pg_rman interprets the time specified in the delete command. Reword its description to say that pg_rman will delete all backups older than the...
With this change, pg_rman will write a "version" number to a designated file when initiliazing the backup directory. From now on, every change to the backup file format is to...
Suppose I have backup below: ``` ===================================================================== StartTime EndTime Mode Size TLI Status ===================================================================== 2022-09-26 22:08:10 2022-09-26 22:10:13 INCR 15MB 1 OK 2022-09-26 20:08:10 2022-09-26 20:10:13 INCR 15MB 1 OK...
Hello, OpenSSL version: OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022) OS version: NAME="Rocky Linux" VERSION="9.2 (Blue Onyx)" Postgresql version: v14.4 I set the ARCLOG_PATH to /opt/pdbelsng/backups/arch:...
After restoring the database, I want to do a backup again but I receive this error: **cat pg_rman.ini** ARCLOG_PATH='/opt/pdbelsng/backups/backup/pg_wal' SRVLOG_PATH='/opt/pdbelsng/data/pg_log' BACKUP_MODE = F COMPRESS_DATA = YES KEEP_ARCLOG_FILES = 10 KEEP_DATA_GENERATIONS...
Hi: My PostgreSQL version is 16,and I installed pg_rman-1.3.15-1.pg15 in my server,backup is ok to use pg_rman and retore is also OK,but when I startup my postgreSQL 16,I got below...
Hello, When I try to compile pg_rman I did the following steps: 1. make 2. make install Everything finished successfully but create only pg_rman utility in bin folder (NOT create...
Hi, pg_rman team, I'm suffering a problem of backup failure, could you help me on this please? My pg database is running on one server and pg_rman is running on...