Skip to content

Commit cf9bce1

Browse files
jchancojrhunleyd
andauthored
feat(setup-postgres.yml): enable checksums via initdb for postgres (#1891)
* feat(setup-postgres.yml): enable checksums via initdb for postgres * Update ansible/tasks/setup-postgres.yml --------- Co-authored-by: Douglas J Hunley <[email protected]>
1 parent 7f6e525 commit cf9bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
become: true
213213
become_user: 'postgres'
214214
ansible.builtin.command:
215-
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin"
215+
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--data-checksums" -o "--username=supabase_admin"
216216
vars:
217217
ansible_command_timeout: 60
218218
when:

0 commit comments

Comments
 (0)