diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 23:46:15 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:38:50 +0100 |
commit | 8f90b14ff2dda631858b504175bb49907e549125 (patch) | |
tree | 1c933ffb5369ad54d750457d56de3ba56a1ed7c4 | |
parent | 6d7d32c12e073a57a9e5946e55f4c1fbb68bd442 (diff) | |
download | aports-8f90b14ff2dda631858b504175bb49907e549125.tar.bz2 aports-8f90b14ff2dda631858b504175bb49907e549125.tar.xz |
community/repmgr: upgrade to 4.2.0
-rw-r--r-- | community/repmgr/APKBUILD | 6 | ||||
-rw-r--r-- | community/repmgr/repmgr.conf.patch | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/community/repmgr/APKBUILD b/community/repmgr/APKBUILD index 6a19cca46a..911885efc0 100644 --- a/community/repmgr/APKBUILD +++ b/community/repmgr/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=repmgr -pkgver=4.0.4 +pkgver=4.2.0 pkgrel=0 pkgdesc="Replication Manager for PostgreSQL" url="http://www.repmgr.org/" @@ -53,6 +53,6 @@ daemon() { install -D -m 755 "$srcdir"/repmgrd.initd "$subpkgdir"/etc/init.d/repmgrd } -sha512sums="2ba2a63157a79ddc83e38569d566ae40e9f8016999270f88340f4a9c089b3b20a3041db59072aa895e2cad23d51394fd74ff4d80a3fc5da9d2861b7f335be7f9 repmgr-4.0.4.tar.gz -2457421c43db79f7bb294951ffff7e11a15f7752afebe8a3f888be3d3eccbda6ebec35d3eb001b2ee34585dc8932d6bb718dd98e3281a7204d7f0177ff1e221a repmgr.conf.patch +sha512sums="457feeffbde0010d1017603da7a4739284e81f7dfb91c12f2703ebd688bdd53d79c3776d5d8a7efe8ff10799aae8760c1c413418dd6f5b1de125a8fbbef0677c repmgr-4.2.0.tar.gz +1186036f8f3629092d5f03c476104bb04b790b589af1ec7cf0cc00333c694808562cd05c6cd4fdda82861b217d1c55bc08df28e932aeab6ee0c46a1cf155535b repmgr.conf.patch d35ff4918f5bbaae58d462b984bd8da09c7847b0ef99783eccf1429c3fb3aaabeedbe99fc17bf82629a3633cf6821108e840774569cb3894c859386d10439a26 repmgrd.initd" diff --git a/community/repmgr/repmgr.conf.patch b/community/repmgr/repmgr.conf.patch index 7c7735cce2..dda30bf9dc 100644 --- a/community/repmgr/repmgr.conf.patch +++ b/community/repmgr/repmgr.conf.patch @@ -1,6 +1,6 @@ --- a/repmgr.conf.sample +++ b/repmgr.conf.sample -@@ -256,23 +256,21 @@ +@@ -328,26 +328,24 @@ # If you use sudo, the user repmgr runs as (usually 'postgres') must have # passwordless sudo access to execute the command. # @@ -20,6 +20,9 @@ -# /usr/bin/systemctl restart postgresql-9.6 +# postgres ALL = NOPASSWD: /etc/init.d/postgresql # + # Debian/Ubuntu users: use "sudo pg_ctlcluster" to execute service control commands. + # + # For more details, see: https://repmgr.org/docs/4.1/configuration-service-commands.html -#service_start_command = '' -#service_stop_command = '' @@ -28,5 +31,5 @@ +service_stop_command = '/etc/init.d/postgresql stop' +service_restart_command = '/etc/init.d/postgresql restart' #service_reload_command = '' - #service_promote_command = '' # Note: this overrides any value contained in the setting - # "promote_command". This is intended for systems which + #service_promote_command = '' # This parameter is intended for systems which provide a + # package-level promote command, such as Debian's |