File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
bitnami/postgresql/17/debian-12
rootfs/opt/bitnami/scripts Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ ARG WITH_ALL_LOCALES="no"
1010
1111LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1212 org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
13- org.opencontainers.image.created="2025-03-03T21:52:22Z " \
13+ org.opencontainers.image.created="2025-03-15T20:50:21Z " \
1414 org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1515 org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md" \
16- org.opencontainers.image.licenses="Apache-2.0" \
17- org.opencontainers.image.ref.name="17.4.0-debian-12-r4" \
16+ org.opencontainers.image.ref.name="17.4.0-debian-12-r5" \
1817 org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
1918 org.opencontainers.image.title="postgresql" \
2019 org.opencontainers.image.vendor="Broadcom, Inc." \
Original file line number Diff line number Diff line change @@ -569,8 +569,7 @@ postgresql_is_file_external() {
569569# None
570570# ########################
571571postgresql_clean_from_restart () {
572-
573- local -a files=(
572+ local -r -a files=(
574573 " $POSTGRESQL_DATA_DIR " /postmaster.pid
575574 " $POSTGRESQL_DATA_DIR " /standby.signal
576575 )
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ postgresql_env_vars=(
9595 POSTGRESQL_DEFAULT_TOAST_COMPRESSION
9696 POSTGRESQL_PASSWORD_ENCRYPTION
9797 POSTGRESQL_DEFAULT_TRANSACTION_ISOLATION
98+ POSTGRESQL_PERFORM_RESTORE
9899 POSTGRESQL_AUTOCTL_CONF_DIR
99100 POSTGRESQL_AUTOCTL_MODE
100101 POSTGRESQL_AUTOCTL_MONITOR_HOST
101102 POSTGRESQL_AUTOCTL_HOSTNAME
102- POSTGRESQL_PERFORM_RESTORE
103103 POSTGRES_DATA_DIR
104104 PGDATA
105105 POSTGRES_SHUTDOWN_MODE
@@ -338,7 +338,7 @@ export POSTGRESQL_DEFAULT_TRANSACTION_ISOLATION="${POSTGRESQL_DEFAULT_TRANSACTIO
338338export POSTGRESQL_USE_CUSTOM_PGHBA_INITIALIZATION=" no"
339339
340340# Native recovery settings
341- export POSTGRESQL_PERFORM_RESTORE=" ${POSTGRESQL_PERFORM_RESTORE:- false } "
341+ export POSTGRESQL_PERFORM_RESTORE=" ${POSTGRESQL_PERFORM_RESTORE:- no } "
342342
343343# pgAutoFailover settings
344344export POSTGRESQL_AUTOCTL_VOLUME_DIR=" ${POSTGRESQL_VOLUME_DIR} /pgautoctl"
You can’t perform that action at this time.
0 commit comments