deviantony / xtrabackup-scripts

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

MariaDB support #22

Closed timk95 closed 9 years ago

timk95 commented 9 years ago

MariaDB lacks of bitmap-based incremental backup support and gives an error with incremental backups.

I've Googled for a workaround and found that passing the --incremental-force-scan flag with the incremental backup command makes MariaDB working with XtraBackup.

I've fixed this for myself by adding this flag in the exec_incremental_backup function. Might be worth adding this flag for future releases.

deviantony commented 9 years ago

Merged ! Thanks @timk95

:+1: