From f1b8aa8eb2113039e178afbfdb2b478c0a335d50 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 23 Apr 2024 23:24:28 +0200 Subject: [PATCH] [bitnami/postgresql-repmgr] Release 15.6.0-debian-12-r11 (#65623) Signed-off-by: Bitnami Containers --- bitnami/postgresql-repmgr/15/debian-12/Dockerfile | 6 ++++-- .../15/debian-12/rootfs/opt/bitnami/scripts/librepmgr.sh | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bitnami/postgresql-repmgr/15/debian-12/Dockerfile b/bitnami/postgresql-repmgr/15/debian-12/Dockerfile index 455bdac5d1c5..c08f8e9663ca 100644 --- a/bitnami/postgresql-repmgr/15/debian-12/Dockerfile +++ b/bitnami/postgresql-repmgr/15/debian-12/Dockerfile @@ -7,10 +7,12 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-04-10T07:49:03Z" \ + org.opencontainers.image.created="2024-04-23T20:46:31Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ + org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="15.6.0-debian-12-r10" \ + org.opencontainers.image.ref.name="15.6.0-debian-12-r11" \ + org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr" \ org.opencontainers.image.title="postgresql-repmgr" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="15.6.0" diff --git a/bitnami/postgresql-repmgr/15/debian-12/rootfs/opt/bitnami/scripts/librepmgr.sh b/bitnami/postgresql-repmgr/15/debian-12/rootfs/opt/bitnami/scripts/librepmgr.sh index 69dab0c1d244..c615789662a6 100644 --- a/bitnami/postgresql-repmgr/15/debian-12/rootfs/opt/bitnami/scripts/librepmgr.sh +++ b/bitnami/postgresql-repmgr/15/debian-12/rootfs/opt/bitnami/scripts/librepmgr.sh @@ -516,7 +516,7 @@ pg_basebackup_options='$waldir_option' EOF if is_boolean_yes "$REPMGR_FENCE_OLD_PRIMARY"; then - cat <>"${REPMGR_CONF_FILE}.tmp" + cat <>"${REPMGR_CONF_FILE}.tmp" child_nodes_disconnect_command='/bin/bash -c ". /opt/bitnami/scripts/libpostgresql.sh && . /opt/bitnami/scripts/postgresql-env.sh && postgresql_stop && kill -TERM 1"' EOF if [[ -v REPMGR_CHILD_NODES_CHECK_INTERVAL ]]; then @@ -537,7 +537,7 @@ EOF fi if [[ "$REPMGR_FENCE_OLD_PRIMARY" == "true" ]]; then - cat <>"${REPMGR_CONF_FILE}.tmp" + cat <>"${REPMGR_CONF_FILE}.tmp" child_nodes_disconnect_command='/bin/bash -c ". /opt/bitnami/scripts/libpostgresql.sh && . /opt/bitnami/scripts/postgresql-env.sh && postgresql_stop && kill -TERM 1"' EOF if [[ -v REPMGR_CHILD_NODES_CHECK_INTERVAL ]]; then