Skip to content

Commit 5d9830a

Browse files
committed
fix(setup-postgres): use the short form for the data dir option
1 parent 876f1d2 commit 5d9830a

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
@@ -299,7 +299,7 @@
299299
- initdb
300300
- -o "--allow-group-access"
301301
- -o "--username=supabase_admin"
302-
- -o "--pgdata /var/lib/postgresql/data"
302+
- -o "-D /var/lib/postgresql/data"
303303
args:
304304
creates: /var/lib/postgresql/data/PG_VERSION
305305
environment:

0 commit comments

Comments
 (0)