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
Currently, only the default mysql port seems to be supported.
(line 57 of s3_mysql_backup.rb)
`#{mysqldump} --host='#{config['dump_host']}' --user='#{config['dump_user']}' --password='#{config['dump_pass']}' '#{@db_name}' | gzip > #{filename}`
Please add support for different ports.
The text was updated successfully, but these errors were encountered:
Maybe it should pass in any dump_* parameters to mysqldump automatically? That way every mysqldump parameter could be supported.
Sorry, something went wrong.
No branches or pull requests
Currently, only the default mysql port seems to be supported.
(line 57 of s3_mysql_backup.rb)
`#{mysqldump} --host='#{config['dump_host']}' --user='#{config['dump_user']}' --password='#{config['dump_pass']}' '#{@db_name}' | gzip > #{filename}`
Please add support for different ports.
The text was updated successfully, but these errors were encountered: