File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function setup_postgres {
101
101
mv /etc/postgresql.schema.sql /docker-entrypoint-initdb.d/migrations/99-schema.sql
102
102
103
103
tar -xzvf " $INIT_PAYLOAD_PATH " -C / ./etc/postgresql-custom/pgsodium_root.key
104
- echo " include = '/etc/postgresql-custom/postgresql- platform-defaults.conf'" >> $PG_CONF
104
+ sed -i " /# Automatically generated optimizations/i # Supabase Platform Defaults\ninclude = '/etc/postgresql-custom/platform-defaults.conf'\n " $PG_CONF
105
105
106
106
# TODO (darora): walg enablement is temporarily performed here until changes from https://github.com/supabase/postgres/pull/639 get picked up
107
107
# other things will still be needed in the future (auth_delay config)
Original file line number Diff line number Diff line change 1
1
# these get imported _after_ the user specified overrides
2
2
row_security = on
3
3
wal_level = logical
4
- max_wal_senders = 10
5
- max_replication_slots = 5
6
4
log_connections = on
7
5
statement_timeout = 120000
8
6
jit = off
You can’t perform that action at this time.
0 commit comments