Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
barman-1.3.0-1.rhel6.noarch.rpm | 2014-02-02 | 117.4 kB | |
barman-1.3.0-1.rhel5.noarch.rpm | 2014-02-02 | 132.3 kB | |
barman-tutorial.en.pdf | 2014-02-02 | 265.2 kB | |
README.txt | 2014-02-02 | 1.8 kB | |
barman-1.3.0.tar.gz | 2014-02-02 | 86.7 kB | |
Totals: 5 Items | 603.4 kB | 0 |
--------------------------------------------------------------------- Barman News - History of user-visible changes Copyright © 2011-2014 2ndQuadrant Italia (Devise.IT S.r.l.) Version 1.3.0 - 3 Feb 2014 * Refactored BackupInfo class for backup metadata to use the new FieldListFile class (infofile module) * Refactored output layer to use a dedicated module, in order to facilitate integration with Nagios (NagiosOutputWriter class) * Refactored subprocess handling in order to isolate stdin/stderr/ stdout channels (command_wrappers module) * Refactored hook scripts management * Extracted logging configuration and userid enforcement from the configuration class. * Support for hook scripts to be executed before and after a WAL file is archived, through the 'pre_archive_script' and 'post_archive_script' configuration options. * Implemented immediate checkpoint capability with --immediate-checkpoint command option and 'immediate_checkpoint' configuration option * Implemented network compression for remote backup and recovery through the 'network_compression' configuration option (#19) * Implemented the 'rebuild-xlogdb' command (Closes #27 and #28) * Added deduplication of tablespaces located inside the PGDATA directory * Refactored remote recovery code to work the same way local recovery does, by performing remote directory preparation (assuming the remote user has the right permissions on the remote server) * 'barman backup' now tries and create server directories before attempting to execute a full backup (#14) * Fixed bug #22: improved documentation for tablespaces relocation * Fixed bug #31: 'barman cron' checks directory permissions for lock file * Fixed bug #32: xlog.db read access during cron activities