Unable to backup kafka data from persistent volumes #4892
shreyasarani23
started this conversation in
General
Replies: 1 comment 38 replies
-
What version of Strimzi do you use? |
Beta Was this translation helpful? Give feedback.
38 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created one storage class [kafka-storage-class-> name of the storage class]. And the storage class name is specified in kafka deployment file. I have given three replicas for kafka and zookeeper so it is creating 6 persistent volumes and 6 pvc for kafka and zookeeper pods. Basically creating 6 azure disks. When i delete the kafka cluster and redploy it, the data in the topics is lost. But the persistent volumes remain as it is, because the reclaim policy is given as true for storage class. But I didn't know how to restore kafka data from PV's. I have referred this link https://strimzi.io/docs/operators/latest/full/using.html#cluster-recovery_str. But couldn't restore the data.
Can you please specify the steps in detail to restore kafka data from persistent voulmes? I have attached my kafka deployment file please help me to restore kafka data from persistent volumes
kafka.yaml.txt
Beta Was this translation helpful? Give feedback.
All reactions