Skip to content

MariaDB no-locking backup #2443

@yigitahmetsahin

Description

@yigitahmetsahin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions