We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--set-gtid-purged=OFF
1 parent 6d346e5 commit a72262aCopy full SHA for a72262a
src/Commands/MigrateDumpCommand.php
@@ -238,7 +238,7 @@ private static function mysqlCommandPrefix(array $db_config) : string
238
// Excluding any hash or date suffix since only current is relevant.
239
240
return 'mysqldump --routines --skip-add-drop-table'
241
- . ' --skip-add-locks --skip-comments --skip-set-charset --tz-utc'
+ . ' --skip-add-locks --skip-comments --skip-set-charset --tz-utc --set-gtid-purged=OFF'
242
. ' --host=' . escapeshellarg($db_config['host'])
243
. ' --port=' . escapeshellarg($db_config['port'])
244
. ' --user=' . escapeshellarg($db_config['username'])
0 commit comments