diff --git a/bitnami/postgresql-repmgr/14/debian-11/Dockerfile b/bitnami/postgresql-repmgr/14/debian-11/Dockerfile index 3da2e16be9fc..8e2fbc4d14f1 100644 --- a/bitnami/postgresql-repmgr/14/debian-11/Dockerfile +++ b/bitnami/postgresql-repmgr/14/debian-11/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2024-02-15T10:09:54Z" \ + org.opencontainers.image.created="2024-02-15T19:31:36Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="14.11.0-debian-11-r14" \ + org.opencontainers.image.ref.name="14.11.0-debian-11-r15" \ org.opencontainers.image.title="postgresql-repmgr" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="14.11.0" diff --git a/bitnami/postgresql-repmgr/14/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh b/bitnami/postgresql-repmgr/14/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh index 265b8a96f9fb..de1cda3e209b 100644 --- a/bitnami/postgresql-repmgr/14/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh +++ b/bitnami/postgresql-repmgr/14/debian-11/rootfs/opt/bitnami/scripts/postgresql-env.sh @@ -217,6 +217,7 @@ export POSTGRESQL_BASE_DIR="/opt/bitnami/postgresql" POSTGRESQL_DATA_DIR="${POSTGRESQL_DATA_DIR:-"${POSTGRES_DATA_DIR:-}"}" POSTGRESQL_DATA_DIR="${POSTGRESQL_DATA_DIR:-"${PGDATA:-}"}" export POSTGRESQL_DATA_DIR="${POSTGRESQL_DATA_DIR:-${POSTGRESQL_VOLUME_DIR}/data}" +export POSTGRESQL_DEFAULT_CONF_DIR="$POSTGRESQL_BASE_DIR/conf.default" export POSTGRESQL_CONF_DIR="$POSTGRESQL_BASE_DIR/conf" export POSTGRESQL_MOUNTED_CONF_DIR="$POSTGRESQL_VOLUME_DIR/conf" export POSTGRESQL_CONF_FILE="$POSTGRESQL_CONF_DIR/postgresql.conf"