Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73b5907539 | |||
| edeef544d4 |
@@ -39,7 +39,8 @@ class Snapshot implements Action
|
|||||||
$dumpFile = $snapshotDir . '/database.sql';
|
$dumpFile = $snapshotDir . '/database.sql';
|
||||||
|
|
||||||
$cmd = sprintf(
|
$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($host),
|
||||||
escapeshellarg($port),
|
escapeshellarg($port),
|
||||||
escapeshellarg($user),
|
escapeshellarg($user),
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataMigration",
|
"name": "DataMigration",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"acceptableVersions": [
|
"acceptableVersions": [
|
||||||
">=8.0.0"
|
">=8.0.0"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user