From b5e3fdd3b0bf324094618e5e7b8c723011b07a3a Mon Sep 17 00:00:00 2001 From: "Marius B. Kotsbak" Date: Thu, 3 May 2018 17:24:59 +0200 Subject: [PATCH] Better data directory permission Postgresql won't start without directory permission 0700. --- postgres/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/defaults.yaml b/postgres/defaults.yaml index 2e17dd8..e3babb0 100644 --- a/postgres/defaults.yaml +++ b/postgres/defaults.yaml @@ -21,7 +21,7 @@ postgres: env: [] conf_dir: /var/lib/pgsql/data - conf_dir_mode: '0775' + conf_dir_mode: '0700' postgresconf: "" macos: