Merge "Make sure /var/lib/mysql rights are setup correctly."

This commit is contained in:
Zuul 2017-11-12 05:09:30 +00:00 committed by Gerrit Code Review
commit e211da2f92
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ outputs:
user: root
volumes:
- /var/log/containers/mysql:/var/log/mariadb
command: ['/bin/bash', '-c', 'chown -R mysql:mysql /var/log/mariadb']
- /var/lib/mysql:/var/lib/mysql
command: ['/bin/bash', '-c', 'chown -R mysql:mysql /var/log/mariadb /var/lib/mysql']
step_2:
mysql_bootstrap:
start_order: 1