-
Notifications
You must be signed in to change notification settings - Fork 38
Changes in AliSQLBackup 2.3.5 (2016 11 11)
AliSQL edited this page Nov 14, 2016
·
1 revision
TokuDB is added as a built-in storage engine to AliSQL, but the Percona XtraBackup tool(PXB, which is widely used for MySQL online physical backup) has not supported TokuDB table backup yet, so we add TokuDB backup feature based on PXB, and create AliSQLBackup project.
Description:
Now InnoDB, MyISAM and TokuDB tables can be backuped together by using AliSQLBackup.
Parameters:
no
Usage:
Same as using PXB:
## backup command
$ innobackupex /data/backups
## prepare command
$ innobackupex --use-memory=4G --apply-log /data/backups/2016-11-11_11-11-11/
## restore command
$ innobackupex --copy-back /data/backups/2016-11-11_11-11-11/