k8ssandra / medusa-operator

A Kubernetes operator for managing Cassandra backups/restores with Medusa
Apache License 2.0
9 stars 7 forks source link

How to restore single keyspace using medusa in k8ssandra cluster?? #24

Closed AkashRajvanshi closed 3 years ago

AkashRajvanshi commented 3 years ago

Type of question

What did you do?

Did you expect to see something different?

Environment (please complete the following information):

kubectl -n <namespace> logs -l name=<releaseName>-medusa-operator-k8ssandra

Additional context

jsanda commented 3 years ago

Hi @AkashRajvanshi

Medusa does not currently support backing up only a specific keyspace. If this is a feature you would like, then please open a feature request ticket in the k8ssandra repo.

I have already created https://github.com/k8ssandra/k8ssandra/issues/222 for partial restores.

AkashRajvanshi commented 3 years ago

Ok, Thank You :)