Barman 3.6.0 released

1 minute read

15 June 2023: EnterpriseDB is proud to announce the release of Barman version 3.6.0, a Backup and Recovery Manager for PostgreSQL.

Release Notes

  • PostgreSQL version 10 is no longer supported.

  • Support is added for snapshot backups on Microsoft Azure using Managed Disks.

  • The --snapshot-recovery-zone option is renamed --gcp-zone for consistency with other provider-specific options. The old name is deprecated and will be removed in a future release.

  • The snapshot_zone option and --snapshot-zone argument are renamed gcp_zone and --gcp-zone respectively. The old names are deprecated and will be removed in a future release.

  • The snapshot_gcp_project option and --snapshot-gcp-project argument are renamed to gcp_project and --gcp-project. The old names are deprecated and will be removed in a future release.

  • Bug fixes:

    • Barman will no longer attempt to execute the replication-status command for a passive node.

    • The backup_label is deleted from cloud storage when a snapshot backup is deleted with barman-cloud-backup-delete.

    • Man pages for the generate-manifest and verify-backup commands are added.

    • Minor documentation fixes.

Download

Source code and wheel file can be downloaded from release 3.6.0 page.

About Barman

Barman is an open-source administration tool for backup and disaster recovery of PostgreSQL servers written in Python. It allows organizations to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase.

Barman is maintained by EnterpriseDB and distributed under GPL v3.