You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out the issue. I have a trailing slash in the src s3 path..
wrong: cain restore --src s3://xxxxx/cassandra/dev-cassandra/cassandra/ ...
should be: cain restore --src s3://xxxxx/cassandra/dev-cassandra/cassandra ...
I can do backup but restore doesn't work
The text was updated successfully, but these errors were encountered: