| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| barman-1.3.3.tar.gz | 2014-08-18 | 111.5 kB | |
| barman-1.3.3-1.rhel6.noarch.rpm | 2014-08-18 | 149.8 kB | |
| barman-1.3.3-1.rhel5.noarch.rpm | 2014-08-18 | 195.3 kB | |
| barman-tutorial.en.pdf | 2014-08-18 | 276.8 kB | |
| README.txt | 2014-08-18 | 1.7 kB | |
| Totals: 5 Items | 735.2 kB | 0 | |
---------------------------------------------------------------------
Barman News - History of user-visible changes Copyright © 2011-2014
2ndQuadrant Italia (Devise.IT S.r.l.)
Version 1.3.3 - 21 Aug 2014
* Added "last_backup_max_age", a new global/server option that
allows administrators to set the max age of the last backup in a
catalogue, making it easier to detect any issues with periodical
backup execution
* Improved robustness of "barman backup" by introducing two global/
server options: "basebackup_retry_times" and
"basebackup_retry_sleep". These options allow an administrator to
specify, respectively, the number of attempts for a copy
operation after a failure, and the number of seconds of wait
before retrying
* Improved the recovery process via rsync on an existing directory
(incremental recovery), by splitting the previous rsync call into
several ones - invoking checksum control only when necessary
* Added support for PostgreSQL 8.3
* Minor changes:
+ Support for comma separated list values configuration options
+ Improved backup durability by calling fsync() on backup and
WAL files during "barman backup" and "barman cron"
+ Improved Nagios output for "barman check --nagios"
+ Display compression ratio for WALs in "barman show-backup"
+ Correctly handled keyboard interruption (CTRL-C) while
performing barman backup
+ Improved error messages of failures regarding the stop of a
backup
+ Wider coverage of unit tests
* Bug fixes:
+ Copies "recovery.conf" on the remote server during "barman
recover" (#45)
+ Correctly detect pre/post archive hook scripts (#41)