Skip to content
New issue

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

No support for different ports #8

Open
dehydr8 opened this issue Dec 10, 2013 · 1 comment
Open

No support for different ports #8

dehydr8 opened this issue Dec 10, 2013 · 1 comment

Comments

@dehydr8
Copy link

dehydr8 commented Dec 10, 2013

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.

@fletchowns
Copy link
Contributor

Maybe it should pass in any dump_* parameters to mysqldump automatically? That way every mysqldump parameter could be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants