Skip to content

Consider adding support for MariaDB mariabackup #380

@petecooper

Description

@petecooper

https://mariadb.com/kb/en/mariabackup-overview/

Mariabackup is an open source tool provided by MariaDB for performing physical online backups of InnoDB, Aria and MyISAM tables. For InnoDB, “hot online” backups are possible. It was originally forked from Percona XtraBackup 2.3.8. It is available on Linux and Windows.

https://mariadb.com/kb/en/mariadb-dump/

The mariadb-dump client can be used to dump a database or a collection of databases for backup or transfer to another database server (not necessarily MariaDB or MySQL). The dump typically contains SQL statements to create the table, populate it, or both.

Please consider adding official support for mariabackup, in a similar vein to the xtrabackup option.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions