File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 204204 become : true
205205 become_user : ' postgres'
206206 ansible.builtin.command :
207- cmd : /var /lib/postgresql/.nix-profile/ bin/bin/initdb -D /var/lib/postgresql/data -- allow-group-access --username=supabase_admin"
207+ cmd : /usr /lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "-- allow-group-access" -o " --username=supabase_admin"
208208 vars :
209209 ansible_command_timeout : 60
210210 when :
232232 become : true
233233 become_user : ' postgres'
234234 ansible.builtin.command :
235- cmd : /var /lib/postgresql/.nix-profile/ bin/bin/initdb -D /var/lib/postgresql/data -- allow-group-access -- username=supabase_admin
235+ cmd : /usr /lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "-- allow-group-access" -o "-- username=supabase_admin"
236236 environment :
237237 LANG : en_US.UTF-8
238238 LANGUAGE : en_US.UTF-8
249249 become : true
250250 become_user : ' postgres'
251251 ansible.builtin.command :
252- cmd : /var /lib/postgresql/.nix-profile/ bin/bin/initdb -D /var/lib/postgresql/data -- allow-group-access -- username=supabase_admin -- locale-provider=icu -- encoding=UTF-8 -- icu-locale=en_US.UTF-8
252+ 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"
253253 environment :
254254 LANG : en_US.UTF-8
255255 LANGUAGE : en_US.UTF-8
You can’t perform that action at this time.
0 commit comments