Barman 1.1.2 released - Mailing list pgsql-announce

From Gabriele Bartolini
Subject Barman 1.1.2 released
Date
Msg-id 50C66DD6.6090706@2ndQuadrant.it
Whole thread Raw
List pgsql-announce
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 http://www.pgbarman.org/.

Download:
* Release Notes: https://sourceforge.net/projects/pgbarman/files/1.1.2/
* Sources: http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2.tar.gz/download
* RPMs for RHEL/CentOS 5: http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2-1.rhel5.noarch.rpm/download (dependencies: https://sourceforge.net/projects/pgbarman/files/rhel5-deps/)
* RPMs for RHEL/CentOS 6: http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2-1.rhel6.noarch.rpm/download (dependencies: https://sourceforge.net/projects/pgbarman/files/rhel6-deps/)
* PyPI: http://pypi.python.org/pypi/barman/1.1.2
* Online documentation: http://www.pgbarman.org/documentation
* PDF documentation: http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-tutorial.en.pdf/download

Ubuntu 12.10 and Debian sid packages available through apt.


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.

-- Gabriele Bartolini - 2ndQuadrant ItaliaPostgreSQL Training, Services and Supportgabriele.bartolini@2ndQuadrant.it | www.2ndQuadrant.it

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - December 09 2012 ==
Next
From: Daniele Varrazzo
Date:
Subject: psycopg 2.4.6 released