Skip to content

Commit d989d76

Browse files
committed
PMM-13679 Fix postgres directory ownership. (#3479)
(cherry picked from commit 3346e2a)
1 parent 1860756 commit d989d76

File tree

1 file changed

+1
-1
lines changed
  • build/ansible/roles/postgres/tasks

1 file changed

+1
-1
lines changed

build/ansible/roles/postgres/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
state: directory
4343
owner: pmm
4444
group: pmm
45-
mode: 0766
45+
mode: 0700
4646

4747
- name: Initialize Postgres database
4848
command: /usr/pgsql-14/bin/initdb -D /srv/postgres14 --auth=trust

0 commit comments

Comments
 (0)