deviantony / xtrabackup-scripts

Wrapper scripts (Python) for the Percona Xtrabackup tool.
http://www.percona.com/doc/percona-xtrabackup
110 stars 46 forks source link

If pyxtrabackup-inc(incremental mode) support myisam? #35

Open timxd opened 8 years ago

timxd commented 8 years ago

Do I need to convert myisam to innodb?

timxd commented 8 years ago

Just tested,I use pyxtrabackup-inc to make a incremental backup,it seems did a full backup?

deviantony commented 8 years ago

Hi, Xtrabackup does not support MyISAM tables backup, see https://www.percona.com/doc/percona-xtrabackup/2.2/faq.html#why-doesn-t-the-xtrabackup-binary-include-myisam-tables-and-other-files-in-its-backup-should-i-use-innobackupex-always

This tool is just a wrapper around Xtrabackup, so it will not work, you'll need to use the InnoDB engine.