File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 240240 become : true
241241 become_user : ' postgres'
242242 ansible.builtin.command :
243- cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin"
243+ cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin" -o "--data-checksums"
244244 environment :
245245 LANG : en_US.UTF-8
246246 LANGUAGE : en_US.UTF-8
257257 become : true
258258 become_user : ' postgres'
259259 ansible.builtin.command :
260- cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin" -o "--locale-provider=icu" -o "--encoding=UTF-8" -o "--icu-locale=en_US.UTF-8"
260+ cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin" -o "--locale-provider=icu" -o "--encoding=UTF-8" -o "--icu-locale=en_US.UTF-8" -o "--data-checksums"
261261 environment :
262262 LANG : en_US.UTF-8
263263 LANGUAGE : en_US.UTF-8
You can’t perform that action at this time.
0 commit comments