Barman 3.10.0 released

1 minute read

24 January 2024: EnterpriseDB is proud to announce the release of Barman version 3.10.0, a Backup and Recovery Manager for PostgreSQL.

Release Notes

  • Limit the average bandwidth used by barman-cloud-backup when backing up to either AWS S3 or Azure Blob Storage according to the value set by a new CLI option --max-bandwidth.

  • Add the new configuration option lock_directory_cleanup That enables cron to automatically clean up the barman_lock_directory from unused lock files.

  • Add support for a new type of configuration called model. The model acts as a set of overrides for configuration options for a given Barman server.

  • Add a new barman command barman config-update that allows the creation and the update of configurations using JSON

  • Bug fixes:

    • Fix a bug that caused --min-chunk-size to be ignored when using barman-cloud-backup as hook script in Barman.

Download

Source code and wheel file can be downloaded from release 3.10.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.