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 value provided for required option(s) rds_instance_id s3_bucket aws_access_key_id aws_secret_access_key mysql_database mysql_username mysql_password in either config file or options. #3

Closed
kvz opened this issue Dec 27, 2011 · 2 comments
Assignees

Comments

@kvz
Copy link

kvz commented Dec 27, 2011

No matter what I try, it looks like it just won't parse the command line arguments for me:

./rds-s3-backup.rb s3_dump --aws_access_key_id=XXXXXXXX --s3-prefix=mysql --aws-secret-access-key-id=XXXXXXXX --rds-instance-id=XXXXXXXX --mysql-database=XXXXXXXX --mysql-username=XXXXXXXX --mysql-password=XXXXXXXX --s3-bucket=backup.xxxxxxxx.com
No value provided for required option(s) rds_instance_id s3_bucket aws_access_key_id aws_secret_access_key mysql_database mysql_username mysql_password in either config file or options.

Any clue?

@ghost ghost assigned intjonathan Jan 5, 2012
@intjonathan
Copy link
Contributor

Fixed in e658d0d. Thanks!

@kvz
Copy link
Author

kvz commented Jan 6, 2012

Works like a charm now : )
Awesome, thank You!

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