From b67fae176c28ba78dc5edbe699aa5390c55e3df1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Dec 2019 02:08:53 +0000 Subject: [PATCH] 11.6.0-debian-9-r36 release --- bitnami/postgresql/11/debian-9/Dockerfile | 2 +- bitnami/postgresql/11/debian-9/rootfs/libpostgresql.sh | 1 + bitnami/postgresql/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql/11/debian-9/Dockerfile b/bitnami/postgresql/11/debian-9/Dockerfile index 00ea19c1fa91..c7644d921ba9 100644 --- a/bitnami/postgresql/11/debian-9/Dockerfile +++ b/bitnami/postgresql/11/debian-9/Dockerfile @@ -24,7 +24,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r35" \ + BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r36" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NAMI_PREFIX="/.nami" \ diff --git a/bitnami/postgresql/11/debian-9/rootfs/libpostgresql.sh b/bitnami/postgresql/11/debian-9/rootfs/libpostgresql.sh index c65734d5bd44..2750369ca486 100644 --- a/bitnami/postgresql/11/debian-9/rootfs/libpostgresql.sh +++ b/bitnami/postgresql/11/debian-9/rootfs/libpostgresql.sh @@ -651,6 +651,7 @@ postgresql_initialize() { is_boolean_yes "$create_conf_file" && postgresql_configure_replication_parameters is_boolean_yes "$create_conf_file" && postgresql_configure_fsync [[ "$POSTGRESQL_REPLICATION_MODE" = "master" ]] && [[ -n "$POSTGRESQL_REPLICATION_USER" ]] && is_boolean_yes "$create_pghba_file" && postgresql_add_replication_to_pghba + [[ "$POSTGRESQL_REPLICATION_MODE" = "slave" ]] && postgresql_configure_recovery else ensure_dir_exists "$POSTGRESQL_DATA_DIR" am_i_root && chown "$POSTGRESQL_DAEMON_USER:$POSTGRESQL_DAEMON_GROUP" "$POSTGRESQL_DATA_DIR" diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 51d53efa9e5f..76b0a070a288 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`12-debian-9`, `12.1.0-debian-9-r39`, `12`, `12.1.0`, `12.1.0-r39` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r39/12/debian-9/Dockerfile) * [`12-centos-7`, `12.1.0-centos-7-r51` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r51/12/centos-7/Dockerfile) * [`11-ol-7`, `11.6.0-ol-7-r49` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r49/11/ol-7/Dockerfile) -* [`11-debian-9`, `11.6.0-debian-9-r35`, `11`, `11.6.0`, `11.6.0-r35`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r35/11/debian-9/Dockerfile) +* [`11-debian-9`, `11.6.0-debian-9-r36`, `11`, `11.6.0`, `11.6.0-r36`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r36/11/debian-9/Dockerfile) * [`11-centos-7`, `11.6.0-centos-7-r51` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r51/11/centos-7/Dockerfile) * [`10-ol-7`, `10.11.0-ol-7-r49` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r49/10/ol-7/Dockerfile) * [`10-debian-9`, `10.11.0-debian-9-r39`, `10`, `10.11.0`, `10.11.0-r39` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r39/10/debian-9/Dockerfile)