Barman 1.1.2 released

December 10, 2012

Version 1.1.2 of Barman, backup and recovery manager for PostgreSQL, has been officially released and is publicly available for download.

This minor release includes:

  • Support for the “configuration_files_directory” option that allows to include multiple server configuration files from a directory
  • Support for special backup IDs: latest, last, oldest, first
  • Management of multiple servers to the ‘list-backup’ command: ‘barman list-backup all’ now list backups for all the configured servers.
  • Support for “application_name” management for PostgreSQL >= 9.0
  • Fix of bug #18: ignore missing WAL files if not found during delete

Download and general information

You can find more information on Barman at www.pgbarman.org.

Download:

About Barman

Barman (acronym for Backup And Recovery MANager)
is an open source administration tool for disaster recovery of PostgreSQL servers written
in Python for Linux systems. It allows remote backups of multiple Postgres servers in
business critical environments and helps database administrators during the recovery phase.

Barman’s most wanted features include backup catalogues, retention policies,
remote recovery, archiving and compression of WAL files and backups.
Built on top of PostgreSQL’s robust and reliable Point-In-Time-Recovery technology,
Barman allows database administrators to manage the backup and recovery phases
of several PostgreSQL database servers from a centralised location, using an
intuitive command interface.

Barman is distributed under GNU GPL 3.

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