[bitnami/postgresql-repmgr] Release 13.14.0-debian-12-r13 (#65615)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e74d6eb183
commit
5152fdbe06
|
|
@ -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:24:35Z" \
|
||||
org.opencontainers.image.created="2024-04-23T20:43:52Z" \
|
||||
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="13.14.0-debian-12-r12" \
|
||||
org.opencontainers.image.ref.name="13.14.0-debian-12-r13" \
|
||||
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="13.14.0"
|
||||
|
|
|
|||
|
|
@ -516,7 +516,7 @@ pg_basebackup_options='$waldir_option'
|
|||
EOF
|
||||
|
||||
if is_boolean_yes "$REPMGR_FENCE_OLD_PRIMARY"; then
|
||||
cat <<EOF >>"${REPMGR_CONF_FILE}.tmp"
|
||||
cat <<EOF >>"${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 <<EOF >>"${REPMGR_CONF_FILE}.tmp"
|
||||
cat <<EOF >>"${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
|
||||
|
|
|
|||
Loading…
Reference in New Issue