barman
barman copied to clipboard
Barman - Backup and Recovery Manager for PostgreSQL
We're using barman on a machine where the data are stored on a luks device which is automatically mounted from the OS. It would be a cool addition that you...
We recently started to receive sporadic cron triggered notification mails with the following content: ``` WARNING: another process is updating barman configuration files ``` Barman version: 3.10.0 (installed via apt.postgresql.org)...
Hi, I am using PostgreSQL 16.1 and Barman 3.10. Backup works fine, but PITR does not work very well, as described here: https://github.com/EnterpriseDB/barman/issues/881 So I tried to use a different...
Hello experts, I need assistance to adjust our backup setup. At the moment, our Barman backups are stored at the mount point: /srv/barman. I would like to transition to a...
Hi, we have currently following problem, our barman backup is working fine the complete day, but everyday between 2:45pm/am - 3:00pm/am we have this Error in the PostgreSQL log: ...
I got some errors like that "DETAILS: pg_start_backup(): canceling statement due to statement timeout" in backup log file and then backup task failded. so i wonder if i can set...
pg_combinebackup utility is coming to Postgresql 17 with the introduction of incremental backup to reconstruct a synthetic full backup from a sequence of incremental backups and the previous full backup....
Modify retention policies so incremental backups are ignored Starting from Postgres version 17, the introduction of incremental backups ensures a continuous chain of backups beginning with a full backup and...
This PR got bigger than I expected so I will try to explain the changes per commit. In 129c6723302daea0f7a59954fd303b53f578b36c is the implementation for deleting descendant backup nodes when a parent...