barman icon indicating copy to clipboard operation
barman copied to clipboard

Barman - Backup and Recovery Manager for PostgreSQL

Results 235 barman issues
Sort by recently updated
recently updated
newest added

Updates the barman cloud docs so that they include version requirements for cloud provider libraries which support python2. Closes #638.

pgespresso is not required by any supported PostgreSQL versions so should be removed in a future Barman release.

Hi Due to security we dont want that database team can gain acces to backups in BARMAN using SSH. So we are using streaming protocol for wal files and pgbasebackup...

enhancement
triage

Hi, On the Debian install, barman.conf suggest `barman_lock_directory = /var/run/barman` which is a good idea but then it fails because /var/run/barman doesn't exist. The trap is that if one create...

enhancement

Hello Team, Greetings! One of our Database backup is failing and I did try couple of time and even changing it from full to incremental backup. Still no luck and...

Most cloud provider libraries have broken compatibility with python2 which means that `pip install boto3` and equivalents for GCP/Azure will install a version of the library which won't work with...

Now that barman can leverage compress base backups with pg_basebackup, it is time to add lz4 and zstd support. Those compression algorithm will be available for PG >= 15 Details...

Using the same configuration, the command `barman-cloud-wal-archive` is working. But when I'm trying to base backup using `barman-cloud-backup` I'm getting the `fe_sendauth: no password supplied` ```2022-08-05 03:27:07,594 [12031] DEBUG: Event...

Hi, we've wanted to benefit from the strengths of barman over pg_basebackup and still to be able to use our networker backup system as a central point for storing all...