Barman 1.2.3 released

1 minute read

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

This minor release adds compatibility with PostgreSQL 9.3.

It also introduces support for the "--target-name" recovery option, which allows to restore to a named point previously specified with pg_create_restore_point (only for PostgreSQL 9.1 and above users).

Experimental compatibility with Python 3 has also been added. We encourage Python 3 users to test this version of Barman and report any feedback to our development team.

Minor bugs have also been fixed.

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

Release Notes:

  • Added support for PostgreSQL 9.3
  • Added support for the "--target-name" recovery option, which allows to restore to a named point previously specified with pg_create_restore_point (only for PostgreSQL 9.1 and above users)
  • Fixed bug #27 about flock() usage with barman.lockfile (many thanks to Damon Snyder )
  • Introduced Python 3 compatibility

About Barman

Barman (Backup and Recovery Manager) is an open source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase. Barman’s most requested features include backup catalogues, retention policies, remote recovery, archiving and compression of WAL files and backups.