File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
files/postgresql_config/conf.d Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 156156 when : debpkg_mode or nixpkg_mode
157157
158158# Add custom config for read replicas set up
159- - name : Move custom read-replica.conf file to /etc/postgresql-custom/04- read-replica.conf
159+ - name : Move custom read-replica.conf file to /etc/postgresql-custom/read-replica.conf
160160 copy :
161- src : " files/postgresql_config/conf.d/04-custom_read_replica .conf"
162- dest : /etc/postgresql-custom/conf.d/04- read-replica.conf
161+ src : " files/postgresql_config/conf.d/read-replica .conf"
162+ dest : /etc/postgresql-custom/conf.d/read-replica.conf
163163 mode : 0664
164164 owner : postgres
165165 group : postgres
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ echo "NOTE: patching postgresql.conf files"
216216cp " $PG_HBA_FILE " " $DATDIR /pg_hba.conf"
217217cp " $PG_IDENT_FILE " " $DATDIR /pg_ident.conf"
218218mkdir -p " $DATDIR /conf.d"
219- cp " $READREPL_CONFIG_FILE " " $DATDIR /conf.d/04- read-replica.conf"
219+ cp " $READREPL_CONFIG_FILE " " $DATDIR /conf.d/read-replica.conf"
220220mkdir -p " $DATDIR /extension-custom-scripts"
221221cp -r " $EXTENSION_CUSTOM_SCRIPTS " /* " $DATDIR /extension-custom-scripts"
222222
You can’t perform that action at this time.
0 commit comments