Fix mariadb upgrade permission issue
Change-Id: I356d41d030365b7b4f917b1334f9f68e560b7512 Co-Authored-By: Michal (inc0) Jastrzebski <inc007@gmail.com> Partial-Bug: #1631503
This commit is contained in:
parent
d73615a1a7
commit
bb51ca3a3d
@ -14,5 +14,17 @@
|
|||||||
"owner": "mysql",
|
"owner": "mysql",
|
||||||
"perm": "0700"
|
"perm": "0700"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"path": "/var/log/kolla/mariadb",
|
||||||
|
"owner": "mysql:mysql",
|
||||||
|
"recurse": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/var/lib/mysql",
|
||||||
|
"owner": "mysql:mysql",
|
||||||
|
"recurse": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user