ShahriyarR / MySQL-AutoXtraBackup

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
https://autoxtrabackup.azepug.az/
MIT License
141 stars 78 forks source link

Implement general tablespace backup if the tablespace will be not in datadir for --test_mode #219

Closed ShahriyarR closed 6 years ago

ShahriyarR commented 6 years ago

I have added general tablespace inside datadir and altered some tables. But it will be valuable to create tablespace outside datadir and take backup + prepare + restore

ShahriyarR commented 6 years ago

It is implemented but, I have design issue here.

ShahriyarR commented 6 years ago

So maybe it is better to disable this actions for now.

ShahriyarR commented 6 years ago

Found this one with the help of this feature: https://bugs.launchpad.net/percona-xtrabackup/+bug/1736380