Merge "translate: fix dump with MySQL 5.7"
This commit is contained in:
commit
2768b7709d
@ -157,7 +157,7 @@ class openstack_project::translate(
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0755',
|
||||
content => '/usr/bin/mysqldump --defaults-file=/root/.translate_db.cnf --ignore-table mysql.event --skip-extended-insert --single-transaction zanata',
|
||||
content => '/usr/bin/mysqldump --defaults-file=/root/.translate_db.cnf --ignore-table mysql.event --skip-extended-insert --single-transaction --no-tablespaces zanata',
|
||||
require => File['/etc/borg-streams'],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user