We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6e525 commit cf9bce1Copy full SHA for cf9bce1
ansible/tasks/setup-postgres.yml
@@ -212,7 +212,7 @@
212
become: true
213
become_user: 'postgres'
214
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"
+ cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--data-checksums" -o "--username=supabase_admin"
216
vars:
217
ansible_command_timeout: 60
218
when:
0 commit comments