File tree Expand file tree Collapse file tree 7 files changed +5
-11
lines changed Expand file tree Collapse file tree 7 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,6 @@ RUN sed -i \
237237 -e "s|#session_preload_libraries = ''|session_preload_libraries = 'supautils'|g" \
238238 -e "s|#include = '/etc/postgresql-custom/supautils.conf'|include = '/etc/postgresql-custom/supautils.conf'|g" \
239239 -e "s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" /etc/postgresql/postgresql.conf && \
240- echo "cron.database_name = 'postgres'" >> /etc/postgresql/postgresql.conf && \
241- #echo "pljava.libjvm_location = '/usr/lib/jvm/java-11-openjdk-${TARGETARCH}/lib/server/libjvm.so'" >> /etc/postgresql/postgresql.conf && \
242240 echo "pgsodium.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
243241 echo "vault.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
244242 usermod -aG postgres wal-g && \
Original file line number Diff line number Diff line change @@ -242,8 +242,6 @@ RUN sed -i \
242242 -e "s|#session_preload_libraries = ''|session_preload_libraries = 'supautils'|g" \
243243 -e "s|#include = '/etc/postgresql-custom/supautils.conf'|include = '/etc/postgresql-custom/supautils.conf'|g" \
244244 -e "s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" /etc/postgresql/postgresql.conf && \
245- echo "cron.database_name = 'postgres'" >> /etc/postgresql/postgresql.conf && \
246- #echo "pljava.libjvm_location = '/usr/lib/jvm/java-11-openjdk-${TARGETARCH}/lib/server/libjvm.so'" >> /etc/postgresql/postgresql.conf && \
247245 echo "pgsodium.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
248246 echo "vault.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
249247 usermod -aG postgres wal-g && \
Original file line number Diff line number Diff line change @@ -242,8 +242,6 @@ RUN sed -i \
242242 -e "s|#session_preload_libraries = ''|session_preload_libraries = 'supautils'|g" \
243243 -e "s|#include = '/etc/postgresql-custom/supautils.conf'|include = '/etc/postgresql-custom/supautils.conf'|g" \
244244 -e "s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" /etc/postgresql/postgresql.conf && \
245- echo "cron.database_name = 'postgres'" >> /etc/postgresql/postgresql.conf && \
246- #echo "pljava.libjvm_location = '/usr/lib/jvm/java-11-openjdk-${TARGETARCH}/lib/server/libjvm.so'" >> /etc/postgresql/postgresql.conf && \
247245 echo "pgsodium.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
248246 echo "vault.getkey_script= '/usr/lib/postgresql/bin/pgsodium_getkey.sh'" >> /etc/postgresql/postgresql.conf && \
249247 usermod -aG postgres wal-g && \
Original file line number Diff line number Diff line change 1+ cron.database_name = 'postgres'
Original file line number Diff line number Diff line change @@ -773,4 +773,3 @@ include_dir = '/etc/postgresql-custom/conf.d' # include files ending in '.conf'
773773#------------------------------------------------------------------------------
774774
775775# Add settings for extensions here
776- cron.database_name = 'postgres'
Original file line number Diff line number Diff line change 1111 src : " files/postgresql_config/conf.d/{{ ext_item }}.conf"
1212 loop :
1313 - auto_explain
14- # - pg_cron
14+ - pg_cron
1515 loop_control :
1616 loop_var : ' ext_item'
1717
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.014-orioledb"
14- postgres17 : " 17.6.1.057"
15- postgres15 : " 15.14.1.057"
13+ postgresorioledb-17 : " 17.6.0.014-orioledb-INDATA257 "
14+ postgres17 : " 17.6.1.057-INDATA257 "
15+ postgres15 : " 15.14.1.057-INDATA257 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments