Owner of the Postgres Dir should also be 999, not root. Might work as root, but this way is known to work.

This commit is contained in:
erebion 2023-09-05 12:08:37 +02:00
parent 1a39eced04
commit 4dfaf3395d

View file

@ -35,7 +35,7 @@
path: "{{ item }}"
state: directory
owner: 999
group: root
group: 999
mode: '0700'
with_items:
- "{{ docker_volumes_dir }}/pretix/postgres-db"