Announcing Barman 1.5.1

November 16, 2015

2ndQuadrant is proud to announce the release of version 1.5.1 of Barman, Backup and Recovery Manager for PostgreSQL.

This minor release introduces support for ‘per-server’ concurrency of maintenance operations through the ‘cron’ command. Internally, Barman is now able to spawn a new sub-process for WAL archive operations on a specific server. For this purpose, the ‘archive-wal’ command has been added to the command interface.

Minor bugs have also been fixed.

For a complete list of changes, see the “Release Notes” section below.

Links

Release notes

  • Add support for the ‘archive-wal’ command which performs WAL maintenance operations on a given server
  • Add support for “per-server” concurrency of the ‘cron’ command
  • Improved management of xlog.db errors
  • Add support for mixed compression types in WAL files (SF.net#61)
  • Bug fixes:
    • Avoid retention policy checks during the recovery
    • Avoid ‘wal_level’ check on PostgreSQL version < 9.0 (#3)
    • Fix backup size calculation (#5)

Download

Share this

Relevant Blogs

Random Data

This post continues from my report on Random Numbers. I have begun working on a random data generator so I want to run some tests to see whether different random...
December 03, 2020

More Blogs

Full-text search since PostgreSQL 8.3

Welcome to the third – and last – part of this blog series, exploring how the PostgreSQL performance evolved over the years. The first part looked at OLTP workloads, represented...
November 05, 2020

Números aleatorios

He estado trabajando gradualmente en el desarrollo desde cero de herramientas para probar el rendimiento de los sistemas de bases de datos de código abierto. Uno de los componentes de...
November 04, 2020