diff --git a/files/custom/Espo/Modules/DataMigration/Api/Snapshot.php b/files/custom/Espo/Modules/DataMigration/Api/Snapshot.php index de4849a..8f505fa 100644 --- a/files/custom/Espo/Modules/DataMigration/Api/Snapshot.php +++ b/files/custom/Espo/Modules/DataMigration/Api/Snapshot.php @@ -39,7 +39,8 @@ class Snapshot implements Action $dumpFile = $snapshotDir . '/database.sql'; $cmd = sprintf( - 'mysqldump --host=%s --port=%s --user=%s --password=%s --single-transaction --quick %s > %s 2>&1', + 'mysqldump --host=%s --port=%s --user=%s --password=%s' + . ' --ssl=false --no-tablespaces --single-transaction --quick %s > %s 2>&1', escapeshellarg($host), escapeshellarg($port), escapeshellarg($user),