File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -903,10 +903,11 @@ COPY --chown=postgres:postgres ansible/files/postgresql_config/custom_walg.conf.
903
903
COPY --chown=postgres:postgres ansible/files/walg_helper_scripts/wal_fetch.sh /home/postgres/wal_fetch.sh
904
904
COPY ansible/files/walg_helper_scripts/wal_change_ownership.sh /root/wal_change_ownership.sh
905
905
906
- RUN sed -i "s/#unix_socket_directories = '\/ tmp'/unix_socket_directories = '\/ var\/ run\/ postgresql'/g" /etc/postgresql/postgresql.conf && \
907
- sed -i "s/#session_preload_libraries = ''/session_preload_libraries = 'supautils'/g" /etc/postgresql/postgresql.conf && \
908
- sed -i "s/#include = '\/ etc\/ postgresql-custom\/ supautils.conf'/include = '\/ etc\/ postgresql-custom\/ supautils.conf'/g" /etc/postgresql/postgresql.conf && \
909
- sed -i "s/#include = '\/ etc\/ postgresql-custom\/ wal-g.conf''/include = '\/ etc\/ postgresql-custom\/ wal-g.conf'/g" /etc/postgresql/postgresql.conf && \
906
+ RUN sed -i \
907
+ -e "s|#unix_socket_directories = '/tmp'|unix_socket_directories = '/var/run/postgresql'|g" \
908
+ -e "s|#session_preload_libraries = ''|session_preload_libraries = 'supautils'|g" \
909
+ -e "s|#include = '/etc/postgresql-custom/supautils.conf'|include = '/etc/postgresql-custom/supautils.conf'|g" \
910
+ -e "s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" /etc/postgresql/postgresql.conf && \
910
911
echo "cron.database_name = 'postgres'" >> /etc/postgresql/postgresql.conf && \
911
912
echo "pljava.libjvm_location = '/usr/lib/jvm/java-11-openjdk-${TARGETARCH}/lib/server/libjvm.so'" >> /etc/postgresql/postgresql.conf && \
912
913
echo "pgsodium.getkey_script= '/usr/lib/postgresql/${postgresql_major}/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ postgres_exporter_release_checksum:
42
42
amd64 : sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
43
43
44
44
adminapi_release : 0.44.3
45
- adminmgr_release : 0.3.1
45
+ adminmgr_release : 0.4.0
46
46
47
47
# Postgres Extensions
48
48
postgis_release : " 3.3.2"
You can’t perform that action at this time.
0 commit comments