repmgr: updated to 4.3.0
4.3: repmgr: add "daemon (start|stop)" command repmgr: add --version-number command line option repmgr: add --compact option to "cluster show" repmgr: cluster show - differentiate between unreachable nodes and nodes which are running but rejecting connections repmgr: add --dry-run option to "standby promote" repmgr: add "node check --data-directory-config" repmgr: prevent potential race condition in "standby switchover" when checking received WAL location repmgr: ensure "standby switchover" verifies repmgr can read the data directory on the demotion candidate repmgr: ensure "standby switchover" verifies replication connection exists repmgr: add sanity check for correct extension version repmgr: ensure "witness register --dry-run" does not attempt to read node tables if repmgr extension not installed repmgr: ensure "standby register" fails when --upstream-node-id is the same as the local node ID repmgrd: check binary and extension major versions match repmgrd: on a cascaded standby, don't fail over if "failover=manual"; repmgrd: don't consider nodes where repmgrd is not running as promotion candidates repmgrd: add option "connection_check_type" repmgrd: improve witness monitoring when primary node not available repmgrd: handle situation where a primary has unexpectedly appeared during failover
This commit is contained in:
parent
a087b6a56a
commit
95ae8ec2ef
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2018/10/24 10:06:40 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2019/04/05 13:42:30 adam Exp $
|
||||
|
||||
DISTNAME= repmgr-4.2.0
|
||||
DISTNAME= repmgr-4.3.0
|
||||
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://repmgr.org/download/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2018/10/24 10:06:40 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2019/04/05 13:42:30 adam Exp $
|
||||
bin/repmgr
|
||||
bin/repmgrd
|
||||
lib/postgresql/bitcode/repmgr.index.bc
|
||||
|
@ -10,6 +10,8 @@ share/postgresql/extension/repmgr--4.0--4.1.sql
|
|||
share/postgresql/extension/repmgr--4.0.sql
|
||||
share/postgresql/extension/repmgr--4.1--4.2.sql
|
||||
share/postgresql/extension/repmgr--4.1.sql
|
||||
share/postgresql/extension/repmgr--4.2--4.3.sql
|
||||
share/postgresql/extension/repmgr--4.2.sql
|
||||
share/postgresql/extension/repmgr--4.3.sql
|
||||
share/postgresql/extension/repmgr--unpackaged--4.0.sql
|
||||
share/postgresql/extension/repmgr.control
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2018/10/24 10:06:40 adam Exp $
|
||||
$NetBSD: distinfo,v 1.5 2019/04/05 13:42:30 adam Exp $
|
||||
|
||||
SHA1 (repmgr-4.2.0.tar.gz) = 5b1c6335474044678a89b8e4b40f5bdf37f3060c
|
||||
RMD160 (repmgr-4.2.0.tar.gz) = b60b99bafd79c133682948b94d054beff6e4ac59
|
||||
SHA512 (repmgr-4.2.0.tar.gz) = 457feeffbde0010d1017603da7a4739284e81f7dfb91c12f2703ebd688bdd53d79c3776d5d8a7efe8ff10799aae8760c1c413418dd6f5b1de125a8fbbef0677c
|
||||
Size (repmgr-4.2.0.tar.gz) = 341556 bytes
|
||||
SHA1 (repmgr-4.3.0.tar.gz) = 8664de9e889f91450f66060d6841775893fdaabb
|
||||
RMD160 (repmgr-4.3.0.tar.gz) = e4e01dd73633790c99513220bc8cc5fcaa695037
|
||||
SHA512 (repmgr-4.3.0.tar.gz) = 7714ad2ef174e647d54d4fe0fe2aa7953b50adcd1e09a15d88a6d68f27101db807f155be8dfb1fd48e1f3a148f102d66181a8ff57c792f153beb21b08f854a28
|
||||
Size (repmgr-4.3.0.tar.gz) = 385506 bytes
|
||||
|
|
Loading…
Reference in a new issue