pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-barman
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 4 22:20:41 UTC 2019
Modified Files:
pkgsrc/databases/py-barman: Makefile distinfo
Log Message:
py-barman: updated to 2.5
Version 2.5:
- Add support for PostgreSQL 11
- Add check-backup command to verify that WAL files required for
consistency of a base backup are present in the archive. Barman now
adds a new state (WAITING_FOR_WALS) after completing a base backup,
and sets it to DONE once it has verified that all WAL files from
start to the end of the backup exist. This command is included in
the regular cron maintenance job. Barman now notifies users
attempting to recover a backup that is in WAITING_FOR_WALS state.
- Allow switch-xlog --archive to work on a standby (just for the
archive part)
- Bug fixes:
- Fix decoding errors reading external commands output
- Fix documentation regarding WAL streaming and backup from
standby
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/py-barman/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-barman/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-barman/Makefile
diff -u pkgsrc/databases/py-barman/Makefile:1.11 pkgsrc/databases/py-barman/Makefile:1.12
--- pkgsrc/databases/py-barman/Makefile:1.11 Sat Dec 15 21:12:20 2018
+++ pkgsrc/databases/py-barman/Makefile Fri Jan 4 22:20:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/12/15 21:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/04 22:20:41 adam Exp $
-DISTNAME= barman-2.4
+DISTNAME= barman-2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/barman/}
Index: pkgsrc/databases/py-barman/distinfo
diff -u pkgsrc/databases/py-barman/distinfo:1.9 pkgsrc/databases/py-barman/distinfo:1.10
--- pkgsrc/databases/py-barman/distinfo:1.9 Tue Aug 14 14:47:55 2018
+++ pkgsrc/databases/py-barman/distinfo Fri Jan 4 22:20:41 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/08/14 14:47:55 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/01/04 22:20:41 adam Exp $
-SHA1 (barman-2.4.tar.gz) = 5e9155175bca31362aca26e90d605574a404e66c
-RMD160 (barman-2.4.tar.gz) = df28084c5122d8ea654c3773af0202658ad6ec3b
-SHA512 (barman-2.4.tar.gz) = ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1
-Size (barman-2.4.tar.gz) = 997651 bytes
+SHA1 (barman-2.5.tar.gz) = 6712a2a5c7eef5c7561e05856ff60b15522ed1b1
+RMD160 (barman-2.5.tar.gz) = 33e5bb20e49b971ca331e839da634a0ff835be71
+SHA512 (barman-2.5.tar.gz) = 0f081475ca72910b6eff308ef995241c2bc5c206c035097b3cceb7419849d290d96cc80ea625119164b2655dfc3518759a425f3127d5506156042da60e782cf7
+Size (barman-2.5.tar.gz) = 1002958 bytes
SHA1 (patch-barman_utils.py) = 0f93835a814bdd41c999dcebb34719312a74bd94
Home |
Main Index |
Thread Index |
Old Index