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

Needed hotfix - disable [TestConf] by default #240

Closed ShahriyarR closed 6 years ago

ShahriyarR commented 6 years ago

For now it is enabled and with old configurations it is going to fail.

ShahriyarR commented 6 years ago

Removed [TestConf] and its options from config and take a backup:

autoxtrabackup -v -lf /home/shahriyar.rzaev/XB_TEST/autoxtrabackup_2_4_5_7____3.log -l DEBUG --defaults_file=/home/shahriyar.rzaev/XB_TEST/server_dir/other_configs/xb_2_4_ps_5_7_removed_testconf.conf --backup

It worked.