From 6113cda93bbaa1bb937a31ab396e0acd705dcf94 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 Sep 2023 05:15:23 +0200 Subject: [PATCH] [bitnami/postgresql] Release 15.4.0-debian-11-r47 (#50355) Signed-off-by: Bitnami Containers --- bitnami/postgresql/15/debian-11/Dockerfile | 4 ++-- .../15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh | 2 +- bitnami/postgresql/15/debian-11/tags-info.yaml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bitnami/postgresql/15/debian-11/Dockerfile b/bitnami/postgresql/15/debian-11/Dockerfile index bb0fe45c2d94..e45a03b1fc80 100644 --- a/bitnami/postgresql/15/debian-11/Dockerfile +++ b/bitnami/postgresql/15/debian-11/Dockerfile @@ -9,10 +9,10 @@ ARG WITH_ALL_LOCALES="no" LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-09-26T01:28:14Z" \ + org.opencontainers.image.created="2023-09-28T02:30:41Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="15.4.0-debian-11-r45" \ + org.opencontainers.image.ref.name="15.4.0-debian-11-r47" \ org.opencontainers.image.title="postgresql" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="15.4.0" diff --git a/bitnami/postgresql/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh b/bitnami/postgresql/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh index 572dd54b60d7..b66e8c5a581e 100644 --- a/bitnami/postgresql/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh +++ b/bitnami/postgresql/15/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh @@ -937,7 +937,7 @@ postgresql_configure_recovery() { local -r psql_major_version="$(postgresql_get_major_version)" if ((psql_major_version >= 12)); then postgresql_set_property "primary_conninfo" "host=${POSTGRESQL_MASTER_HOST} port=${POSTGRESQL_MASTER_PORT_NUMBER} user=${POSTGRESQL_REPLICATION_USER} password=${escaped_password} application_name=${POSTGRESQL_CLUSTER_APP_NAME}" "$POSTGRESQL_CONF_FILE" - postgresql_set_property "promote_trigger_file" "/tmp/postgresql.trigger.${POSTGRESQL_MASTER_PORT_NUMBER}" "$POSTGRESQL_CONF_FILE" + ((psql_major_version < 16)) && postgresql_set_property "promote_trigger_file" "/tmp/postgresql.trigger.${POSTGRESQL_MASTER_PORT_NUMBER}" "$POSTGRESQL_CONF_FILE" touch "$POSTGRESQL_DATA_DIR"/standby.signal else cp -f "$POSTGRESQL_BASE_DIR/share/recovery.conf.sample" "$POSTGRESQL_RECOVERY_FILE" diff --git a/bitnami/postgresql/15/debian-11/tags-info.yaml b/bitnami/postgresql/15/debian-11/tags-info.yaml index 955b54539a7a..563edf6e2488 100644 --- a/bitnami/postgresql/15/debian-11/tags-info.yaml +++ b/bitnami/postgresql/15/debian-11/tags-info.yaml @@ -2,4 +2,3 @@ rolling-tags: - "15" - 15-debian-11 - 15.4.0 -- latest