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

ERROR /bin/sh: 1: /usr/bin/tar: not found #228

Closed ShahriyarR closed 6 years ago

ShahriyarR commented 6 years ago

Archiving failed with:

2017-12-11 02:30:02 ERROR    FAILED: Archiving
2017-12-11 02:30:02 ERROR    /bin/sh: 1: /usr/bin/tar: not found

I assume there is no need to specify full path.

ShahriyarR commented 6 years ago

The line must be changed is here: https://github.com/ShahriyarR/MySQL-AutoXtraBackup/blob/master/master_backup_script/backuper.py#L188

ShahriyarR commented 6 years ago

Fixed and merged.