diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-06-06 14:56:16 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-06-06 14:56:16 +0000 |
commit | 122417d8af2404554d995dc10c5a0424a0d86c93 (patch) | |
tree | a8aa7f93455949cb0673618fcfb36fbed37e9b97 /databases | |
parent | 88a07e5f87452bbf436781a51a9510b4a510725e (diff) | |
download | pkgsrc-122417d8af2404554d995dc10c5a0424a0d86c93.tar.gz |
Update databases/py-barman to 1.6.1.
- Add --peek option to get-wal command to discover existing WAL
files from the Barman's archive
- Add replication-status command for monitoring the status of any
streaming replication clients connected to the PostgreSQL
server. The --target option allows users to limit the request to
only hot standby servers or WAL streaming clients
- Add the switch-xlog command to request a switch of a WAL file to
the PostgreSQL server. Through the '--force' it issues a
CHECKPOINT beforehand
- Add streaming_archiver_name option, which sets a proper
application_name to pg_receivexlog when streaming_archiver is
enabled (only for PostgreSQL 9.3 and above)
- Check for _superuser_ privileges with PostgreSQL's standard
connections (#30)
- Check the WAL archive is never empty
- Check for 'backup_label' on the master when server is down
- Improve barman-wal-restore contrib script
- Treat the "failed backups" check as non-fatal
- Rename '-x' option for get-wal as '-z'
- Add archive_mode=always support for PostgreSQL 9.5 (#32)
- Properly close PostgreSQL connections when necessary
- Fix receive-wal for pg_receive_xlog version 9.2
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-barman/Makefile | 4 | ||||
-rw-r--r-- | databases/py-barman/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile index fb69efe88f9..f6eb0544859 100644 --- a/databases/py-barman/Makefile +++ b/databases/py-barman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/04 16:55:45 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2016/06/06 14:56:16 fhajny Exp $ -DISTNAME= barman-1.6.0 +DISTNAME= barman-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgbarman/} diff --git a/databases/py-barman/distinfo b/databases/py-barman/distinfo index a3043aa88d8..6da1b6d123f 100644 --- a/databases/py-barman/distinfo +++ b/databases/py-barman/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2016/03/04 16:55:45 fhajny Exp $ +$NetBSD: distinfo,v 1.8 2016/06/06 14:56:16 fhajny Exp $ -SHA1 (barman-1.6.0.tar.gz) = 580403f8ae63e096050ff0ae5840285d791814aa -RMD160 (barman-1.6.0.tar.gz) = 7ed0b8983107dc9bc457eb03c55c4feee4e28d66 -SHA512 (barman-1.6.0.tar.gz) = 2f214fd85b19a098e5e16f32f781c6af1ab18d369b40afbbda118b4e7663beec8cdb44482171f7195a17c48949cc0f6fdec0eafda1b33add159e4e6144ddda4a -Size (barman-1.6.0.tar.gz) = 157048 bytes +SHA1 (barman-1.6.1.tar.gz) = 2b09600edc95c0a048fbe17369f3f3d5d8fa9bae +RMD160 (barman-1.6.1.tar.gz) = 134a653269af28fcb1d6e337e828a8bd49d9a4e2 +SHA512 (barman-1.6.1.tar.gz) = 621a328a61c7676b0d6e0b09666feb2f16fa88e05f17157a873c3323f160de0ca4aaf1b9920134d9ddb560d468afebe5705c7dc3063396e1b201a82a752a3bc2 +Size (barman-1.6.1.tar.gz) = 189826 bytes SHA1 (patch-barman_utils.py) = 725e8d6b4531dbfcb1e75d25059fc4af5744d49d |