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 242242 become : true
243243 become_user : ' postgres'
244244 ansible.builtin.command :
245- cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin"
245+ cmd : /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin" -o "--data-checksums"
246246 environment :
247247 LANG : en_US.UTF-8
248248 LANGUAGE : en_US.UTF-8
259259 become : true
260260 become_user : ' postgres'
261261 ansible.builtin.command :
262- 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"
262+ 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"
263263 environment :
264264 LANG : en_US.UTF-8
265265 LANGUAGE : en_US.UTF-8
You can’t perform that action at this time.
0 commit comments