-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
While MariaDB backups running it locks the tables and this freezes any application uses MariaDB while backup process. Currently mysql backup command uses option "--single-transaction" while MariaDB backup command is not using this option. Adding this option will fix the problem.
Describe the solution you'd like
Adding "--single-transaction" option to getMariadbBackupCommand.
Describe alternatives you've considered
No need for alternative since the solution is simple in the recommended way.
Additional context
No response
Will you send a PR to implement it?
Yes
joeltargett
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request