Barman 1.5.1 released

From: Giulio Calacoci <giulio(dot)calacoci(at)2ndquadrant(dot)it>
To: pgsql-announce(at)postgresql(dot)org
Subject: Barman 1.5.1 released
Date: 2015-11-16 10:38:14
Message-ID: CAAay-GRyXMxuH6MQAdU9h7tCON=hGHk6=quULeCcYk0gUiyyyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

16 November 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
-----

- Website: http://www.pgbarman.org/
- Download: http://sourceforge.net/projects/pgbarman/files/
- Documentation: http://www.pgbarman.org/documentation/
- Man page, section 1: http://docs.pgbarman.org/barman.1.html
- Man page, section 5: http://docs.pgbarman.org/barman.5.html
- Support: http://www.pgbarman.org/support/
- pgespresso extension: https://github.com/2ndquadrant-it/pgespresso

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
--------

- Release Notes:
https://sourceforge.net/projects/pgbarman/files/1.5.1/
- Sources:

http://sourceforge.net/projects/pgbarman/files/1.5.1/barman-1.5.1.tar.gz/download
- RPMs for RHEL/CentOS 5:
- Barman:

http://sourceforge.net/projects/pgbarman/files/1.5.1/barman-1.5.1-1.rhel5.noarch.rpm/download
- Dependencies:
https://sourceforge.net/projects/pgbarman/files/rhel5-deps/
- RPMs for RHEL/CentOS 6:
- Barman:

http://sourceforge.net/projects/pgbarman/files/1.5.1/barman-1.5.1-1.rhel6.noarch.rpm/download
- Dependencies:
https://sourceforge.net/projects/pgbarman/files/rhel6-deps/
- PyPI: http://pypi.python.org/pypi/barman/1.5.1
- pgespresso on PostgreSQL Extension framework (PGXN):
http://pgxn.org/dist/pgespresso/
- pgespresso RPM/Debian packages:
https://sourceforge.net/projects/pgbarman/files/pgespresso/
- Online documentation: http://www.pgbarman.org/documentation
- PDF documentation:

http://sourceforge.net/projects/pgbarman/files/1.5.1/barman-tutorial.en.pdf/download

About
-----

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,
incremental backup, retention policies, remote backup and recovery,
archiving and compression of WAL files and backups. Barman is
distributed under GNU GPL 3.

--
Giulio Calacoci - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
giulio(dot)calacoci(at)2ndQuadrant(dot)it | www.2ndQuadrant.it

Browse pgsql-announce by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2015-11-17 19:32:15 FOSDEM PGDay and Devroom 2016 - Announcement & Call for Papers
Previous Message Devrim GÜNDÜZ 2015-11-16 07:57:18 PostgreSQL 9.6devel RPMs are ready for testing