Closed irad100 closed 5 years ago
Problem Fixed. You should add an option for cassandra with ssl. To fix the issue, I edited the source code found in file pkg/cain/cqlsh.go and added the flag "--ssl" in every line with the "cqlsh" command tool, then I built it from source- https://github.com/nuvo/cain#from-source
I am trying to use cain with an helm chart from the cain/examples/helm/ folder with little changes and fixes. I'm using it with azure blob storage and passing the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY environment variables as described in the README of https://github.com/nuvo/skbn. But every time I run the backup, I get the following logs:
Even though the schema does exist in the cassandra pod. Can you please help me reach a solution?