fix DB permissions to apache user
This commit is contained in:
parent
d8d15795b1
commit
15444cab1a
1 changed files with 1 additions and 1 deletions
2
dodo.py
2
dodo.py
|
@ -84,7 +84,7 @@ def task_dbprepare():
|
|||
psql + ' < docker/ttrss.sql',
|
||||
panelcli + 'setup',
|
||||
panelcli + 'adduser -password password admin ad@m.in',
|
||||
psql + ' <<< "GRANT SELECT ON TABLE users.users TO \'apache\'"',
|
||||
psql + ' < docker/dbconf-perms.sql',
|
||||
'echo DB RESTORED',
|
||||
],
|
||||
'teardown': [(stop, [])],
|
||||
|
|
Loading…
Reference in a new issue