-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
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.