Skip to content

Commit 264ab4d

Browse files
committed
feat(setup-postgres.yml): enable checksums via initdb for postgres
1 parent 9181e4d commit 264ab4d

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
@@ -204,7 +204,7 @@
204204
become: true
205205
become_user: 'postgres'
206206
ansible.builtin.command:
207-
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--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" -o "--data-checksums"
208208
vars:
209209
ansible_command_timeout: 60
210210
when:

0 commit comments

Comments
 (0)