tbarbugli / cassandra_snapshotter

A tool to backup cassandra nodes using snapshots and incremental backups on S3
Other
222 stars 122 forks source link

Issues with us-west-2 region for s3 #118

Closed rchannel closed 6 years ago

rchannel commented 6 years ago

[172.18.104.63] out: cassandra_snapshotter.agent ERROR MSG: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.

trying /usr/local/bin/cassandra-snapshotter --s3-bucket-name=cassandra-backups.us-west-2 --s3-bucket-region=us-west-2 --s3-base-path=email_PROD-NA --s3-ssenc backup --hosts=10.18.111.92... --new-snapshot I can sucessfully run only if I remove the --s3-bucket-region=us-west-2 from the command which is a bear since this is scripted and pushed out to many different systems.

rchannel commented 6 years ago

Found this to be a ssl issue. Not a region issue.