mesosphere-backup / dcos-cassandra-service

DEPRECATED—Open source Apache Cassandra running on DC/OS is now replaced by mesosphere/dcos-commons/frameworks/cassandra. This repository will be deleted at the end of 2017.
Apache License 2.0
116 stars 55 forks source link

Restore Backup Doc is not proper #444

Open arun-rai opened 7 years ago

arun-rai commented 7 years ago

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

triclambert commented 6 years ago

This repo is deprecated and will be archived in one week. Please see the latest version of Cassandra or DSE for DC/OS:

https://docs.mesosphere.com/service-docs/cassandra/ https://docs.mesosphere.com/service-docs/dse/ (enterprise-only)