You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow configure additional mysqldump options. (gobackup#4)
If mysqldump is used on master database directly, the default command
arguments will lock the whole database during the backup. It is
recommended to perform the backup with following arguments:
--single-transaction --quick