I was getting errors of:
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
/etc/periodic/daily/automysqlbackup.sh.2.3: line 363: mysqldump: command not found
Not sure if the PATH has changed, but since upgrading automysqlbackup I had to add to line 307 the path to the default mysql/bin directory for OSX:
I was getting errors of:
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
/etc/periodic/daily/automysqlbackup.sh.2.3: line 363: mysqldump: command not found
Not sure if the PATH has changed, but since upgrading automysqlbackup I had to add to line 307 the path to the default mysql/bin directory for OSX:
original:
PATH=/usr/local/bin:/usr/bin:/bin
new:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/mysql/bin
Added updated path statement to ver 2.4