Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Dc backup restore #325

Closed cscetbon closed 3 years ago

cscetbon commented 3 years ago
Q A
Bug fix? [X]
License Apache 2.0

What's in this PR?

Ability to backup or restore at the dc level

PERES-Richard commented 3 years ago

Seems all good to me but just a quick question : I can see that there is a Datacenter attribute in both backup & restore, in terms of behavio, the DC specified in restore must have been previously specified (as well) in the backup entity ?

Maybe we should specify an example flow and/or documentation details about it.

cscetbon commented 3 years ago

I agree, I'll update the documentation of the objects to add this information