File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 86
86
state : directory
87
87
owner : wal-g
88
88
group : wal-g
89
- mode : ' 0760 '
89
+ mode : ' 0770 '
90
90
91
91
- name : Create /etc/wal-g/config.json
92
92
file :
93
93
path : /etc/wal-g/config.json
94
94
state : touch
95
95
owner : wal-g
96
96
group : wal-g
97
- mode : ' 0760 '
97
+ mode : ' 0664 '
98
98
99
99
- name : Move custom wal-g.conf file to /etc/postgresql-custom/wal-g.conf
100
100
template :
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ chown postgres:postgres /var/log/postgresql
16
16
mkdir /var/log/wal-g
17
17
cd /var/log/wal-g
18
18
touch backup-push.log backup-fetch.log wal-push.log wal-fetch.log
19
- chown -R wal-g:wal-g /var/log/wal-g
20
- chmod -R 0700 /var/log/wal-g
19
+ chown -R postgres:postgres /var/log/wal-g
20
+ chmod -R 0300 /var/log/wal-g
You can’t perform that action at this time.
0 commit comments