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
If restore backup snapshot to new created cluster
with dcos cassandra --name= restore start
--backup_name=
--external_location=s3://
--s3_access_key=
--s3_secret_key= Data stored to new cluster is not same (if replication factor 1).
If restore backup snapshot to new created cluster
with
dcos cassandra --name= restore start
--backup_name=
--external_location=s3://
--s3_access_key=
--s3_secret_key=
Data stored to new cluster is not same (if replication factor 1).
We have once more parameters to https://github.com/mesosphere/dcos-cassandra-service/blob/master/cassandra-scheduler/src/main/java/com/mesosphere/dcos/cassandra/scheduler/resources/BackupRestoreRequest.java is restore_type
provide restore_type = "new" in API if its new cluster otherwise it take default value "existing"
please add this in documents
https://github.com/mesosphere/dcos-cassandra-service/blob/master/docs/backup-and-restore.md
The text was updated successfully, but these errors were encountered: