ShahriyarR / MySQL-AutoXtraBackup

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

Removing partial_recovery functionality #398

Closed ShahriyarR closed 3 years ago

ShahriyarR commented 4 years ago

The partial_recovery is a hack around by using mysqlfrm tool for extracting table create statement from .frm file manually, as well as using so called transportable tablespace files. The caveat is - it is quite unstable, cumbersome, hard to maintain and depends on external utility. So I am planning to remove this functionality from docs, options and from code base as well. Have a nice removal my dear partially partial abandoned friend :D

ShahriyarR commented 4 years ago

Done