Merge "Fix mariadb upgrade permission issue"
This commit is contained in:
commit
4490f2c6b9
@ -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