File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 182182 - stage2_nix
183183
184184# init DB
185- - name : init the db when (debpkg_mode or nixpkg_mode)
185+ - name : init the db when (debpkg_mode or nixpkg_mode or stage2_nix )
186186 when :
187- - (debpkg_mode or nixpkg_mode)
187+ - (debpkg_mode or nixpkg_mode or stage2_nix )
188188 block :
189189 - name : Create directory on data volume
190190 ansible.builtin.file :
208208 ansible.builtin.command :
209209 argv :
210210 - /usr/lib/postgresql/bin/pg_ctl
211- - -D /var/lib/postgresql/data initdb
211+ - -D /var/lib/postgresql/data
212+ - initdb
212213 - -o "--allow-group-access"
213214 - -o "--username=supabase_admin"
214215 vars :
262263 ansible.builtin.command :
263264 argv :
264265 - /usr/lib/postgresql/bin/pg_ctl
265- - -D /var/lib/postgresql/data initdb
266+ - -D /var/lib/postgresql/data
267+ - initdb
266268 - -o "--allow-group-access"
267269 - -o "--username=supabase_admin"
268270 - -o "--locale-provider=icu"
You can’t perform that action at this time.
0 commit comments