mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
FIX (mariadb\mysql): Skip tables locking over restores
This commit is contained in:
@@ -109,6 +109,7 @@ func (uc *CreateMariadbBackupUsecase) buildMariadbDumpArgs(
|
||||
"--routines",
|
||||
"--quick",
|
||||
"--skip-extended-insert",
|
||||
"--skip-add-locks",
|
||||
"--verbose",
|
||||
}
|
||||
|
||||
|
||||
@@ -108,6 +108,7 @@ func (uc *CreateMysqlBackupUsecase) buildMysqldumpArgs(my *mysqltypes.MysqlDatab
|
||||
"--set-gtid-purged=OFF",
|
||||
"--quick",
|
||||
"--skip-extended-insert",
|
||||
"--skip-add-locks",
|
||||
"--verbose",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user