File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
files/postgresql_config/conf.d Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ logging_collector = on # Enable capturing of stderr and csvlog into log files. Required to be on for csvlogs. (change requires restart)
Original file line number Diff line number Diff line change 11- name : PG logging conf
22 ansible.builtin.copy :
3- dest : ' /etc/postgresql-custom/conf.d/00- logging.conf'
3+ dest : ' /etc/postgresql-custom/conf.d/logging.conf'
44 group : ' postgres'
55 src : ' files/postgresql_config/postgresql-csvlog.conf'
66
Original file line number Diff line number Diff line change 106106 cp -r ${ paths . postgresqlExtensionCustomScriptsPath } /* $out/extension-custom-scripts/ || { echo "Failed to copy custom scripts"; exit 1; }
107107
108108 echo "Copy operation completed"
109- chmod 644 $out/etc/postgresql-custom/conf.d/05-supautils.conf $out/etc/postgresql/postgresql.conf $out/etc/postgresql-custom/conf.d/00- logging.conf $out/etc/postgresql/pg_hba.conf
109+ chmod 644 $out/etc/postgresql-custom/conf.d/05-supautils.conf $out/etc/postgresql/postgresql.conf $out/etc/postgresql-custom/conf.d/logging.conf $out/etc/postgresql/pg_hba.conf
110110
111111 substitute ${ ../tools/run-server.sh.in } $out/bin/start-postgres-server \
112112 ${
You can’t perform that action at this time.
0 commit comments