pitrery 1.6 released

From: Nicolas Thauvin <nicolas(dot)thauvin(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pitrery 1.6 released
Date: 2014-02-18 16:41:58
Message-ID: 20140218174158.7a21dbe0@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pitrery 1.6 released
====================

pitrery is a set of Bash scripts to manage PITR backups for PostgreSQL.

pitrery automates Continuous Archiving and Point-in-Time Recovery
(PITR) as much as possible with the following goals:

* Handle only PITR, log-shipping and replication are out of scope
* Be as minimally intrusive as possible for archiving

It is free software licensed under the PostgreSQL License and works
with PostgreSQL versions 8.2 through 9.3.

The main features are:

* Produce base backups and store them locally or on an SSH reachable
host, using tar or rsync (hardlinking previous backups to save
space)

* Make restoration easy by retrieving the most appropriate base backup
and preparing a recovery.conf file for the target date.

* Let the user choose where to restore, by relocating tablespace if
needed. A query to update the system catalogs is provided for 9.1 and
previous versions.

* Let the user tune the recovery by restoring a cluster ready to be
started.

* Configurable compression options for WAL file archiving.

* Time- and count-based purge including archive cleaning.

Get more information, docs, downloads at
http://dalibo.github.io/pitrery/

The project started in 2011, but I never found the time to announce
it...

pitrery is considered pretty complete, the next releases will most
likely only be maintenance releases. Feedback & contributions are
still very welcome!

--
Nicolas Thauvin
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2014-02-20 14:53:31 PostgreSQL 9.3.3, 9.2.7, 9.1.12, 9.0.16 and 8.4.20 released!
Previous Message Joe Conway 2014-02-18 04:28:10 Come out of the snow -- Join us at PGDay Southern California!