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 9181e4d commit 264ab4dCopy full SHA for 264ab4d
ansible/tasks/setup-postgres.yml
@@ -204,7 +204,7 @@
204
become: true
205
become_user: 'postgres'
206
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"
+ cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data initdb -o "--allow-group-access" -o "--username=supabase_admin" -o "--data-checksums"
208
vars:
209
ansible_command_timeout: 60
210
when:
0 commit comments