We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When running the /usr/local/sbin/mysqlbackup.sh script generated by this module, I get this (non-fatal) error:
/usr/local/sbin/mysqlbackup.sh
touch: missing file operand
I can see in the script that there is no argument to touch:
touch
mysqldump --defaults-extra-file=$TMPFILE --opt --flush-logs --single-transaction \ ${ADDITIONAL_OPTIONS} \ --all-databases | bzcat -zc > ${DIR}/${PREFIX}`date +%Y%m%d-%H%M%S`.sql.bz2 if [ $? -eq 0 ] ; then cleanup touch fi
I can see here that the argument should be backup_success_file_path
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When running the
/usr/local/sbin/mysqlbackup.sh
script generated by this module, I get this (non-fatal) error:I can see in the script that there is no argument to
touch
:I can see here that the argument should be backup_success_file_path
Thanks,
The text was updated successfully, but these errors were encountered: