Skip to content

Changes in AliSQLBackup 2.3.5 (2016 11 11)

AliSQL edited this page Nov 14, 2016 · 1 revision

AliSQLBackup 2.3.5 Release Notes (2016-11-11)

Abstract

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.

Functionality Added or Changed

1. TokuDB backup support

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/