File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Description=Postgresql optimizations
44[Service]
55Type=oneshot
66# we do not want failures from these commands to cause downstream service startup to fail
7- ExecStart=-/opt/supabase-admin-api optimize db --destination-config-file-path /etc/postgresql-custom/conf.d/01- generated-optimizations.conf
7+ ExecStart=-/opt/supabase-admin-api optimize db --destination-config-file-path /etc/postgresql-custom/conf.d/generated-optimizations.conf
88ExecStart=-/opt/supabase-admin-api optimize pgbouncer --destination-config-file-path /etc/pgbouncer-custom/generated-optimizations.ini
99User=adminapi
1010
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ check_orioledb_enabled() {
1515}
1616
1717get_shared_buffers () {
18- local opt_conf=" /etc/postgresql-custom/conf.d/01- generated-optimizations.conf"
18+ local opt_conf=" /etc/postgresql-custom/conf.d/generated-optimizations.conf"
1919 if [ ! -f " $opt_conf " ]; then
2020 return 0
2121 fi
Original file line number Diff line number Diff line change 126126 group : postgres
127127 mode : 0664
128128 with_items :
129- - ' 01- generated-optimizations.conf'
129+ - ' generated-optimizations.conf'
130130 - ' 02-custom-overrides.conf'
131131 when : debpkg_mode or nixpkg_mode
132132
You can’t perform that action at this time.
0 commit comments