| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2015-09-25 | 2.0 kB | |
| tutorial.pdf | 2015-09-25 | 384.4 kB | |
| barman-1.5.0-1.el5.noarch.rpm | 2015-09-25 | 212.3 kB | |
| barman-1.5.0-1.el6.noarch.rpm | 2015-09-25 | 171.9 kB | |
| barman-1.5.0-1.el7.noarch.rpm | 2015-09-25 | 168.2 kB | |
| barman_1.5.0-1.jessie+1_all.deb | 2015-09-25 | 93.6 kB | |
| barman_1.5.0-1.precise+1_all.deb | 2015-09-25 | 96.9 kB | |
| barman_1.5.0-1.trusty+1_all.deb | 2015-09-25 | 78.9 kB | |
| barman_1.5.0-1.wheezy+1_all.deb | 2015-09-25 | 112.6 kB | |
| barman-1.5.0.tar.gz | 2015-09-25 | 128.1 kB | |
| Totals: 10 Items | 1.4 MB | 0 | |
Barman News - History of user-visible changes
Copyright (C) 2011-2015 2ndQuadrant Italia Srl
Version 1.5.0 - 28 Sep 2015
- Add support for the get-wal command which allows users to fetch any
WAL file from the archive of a specific server
- Add support for retry hook scripts, a special kind of hook scripts
that Barman tries to run until they succeed
- Add active configuration option for a server to temporarily disable
the server by setting it to False
- Add barman_lock_directory global option to change the location of
lock files (by default: 'barman_home')
- Execute the full suite of checks before starting a backup, and skip
it in case one or more checks fail
- Forbid to delete a running backup
- Analyse include directives of a PostgreSQL server during backup and
recover operations
- Add check for conflicting paths in the configuration of Barman, both
intra (by temporarily disabling a server) and inter-server (by
refusing any command, to any server).
- Add check for wal_level
- Add barman-wal-restore script to be used as restore_command on a
standby server, in conjunction with barman get-wal
- Implement a standard and consistent policy for error management
- Improved cache management of backups
- Improved management of configuration in unit tests
- Tutorial and man page sources have been converted to Markdown format
- Add code documentation through Sphinx
- Complete refactor of the code responsible for managing the backup
and the recover commands
- Changed internal directory structure of a backup
- Introduce copy_method option (currently fixed to rsync)
- Bug fixes:
- Manage options without '=' in PostgreSQL configuration files
- Preserve Timeline history files (Fixes: #70)
- Workaround for rsync on SUSE Linux (Closes: #13 and #26)
- Disables dangerous settings in postgresql.auto.conf
(Closes: #68)
- Fixed error in WAL rate calculation