Skip to content

Commit

Permalink
PMM-13679 Fix postgres directory ownership. (#3479)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3346e2a)
  • Loading branch information
BupycHuk committed Jan 23, 2025
1 parent 1860756 commit d989d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ansible/roles/postgres/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
state: directory
owner: pmm
group: pmm
mode: 0766
mode: 0700

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

0 comments on commit d989d76

Please sign in to comment.