Merge "translate: fix dump with MySQL 5.7"

This commit is contained in:
Zuul 2022-09-14 02:00:40 +00:00 committed by Gerrit Code Review
commit 2768b7709d

View File

@ -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'],
}