Zeebe restore process

Dear All,

There is an article about zeebe restore: Backup and restore Zeebe data | Camunda 8 Docs
But 2 thing is not clear for me.
1, " To restore a Zeebe cluster, run the following in each node where the broker will be running:

tar -xzf zeebe-distribution-X.Y.Z.tar.gz -C zeebe/./bin/restore --backupId=<backupId>

How can achive this tar.gz because after a successfull backup it look like this for example in Azure?
image

2, Should it execute in case of 3 replicas in each pod (pod1, pod2, pod3)

Thanks a lot.

Does anyone have information about it?
Thanks

++ Backup and restore | Camunda 8 Docs

When should stop Zeebe?
What should delete and how can be retrived from Azure storage container etc.
Could someone please help me? This is important topics, can be data lost in case of misunderstanding or wrong settings.

  1. Start Zeebe, Operate, Tasklist, and Optimize. (To ensure templates/aliases etc. are created)
  2. Confirm proper configuration (such as shards, replicas count, etc.)
  3. Stop Operate, Tasklist, and Optimize.
  4. Delete all indices.
  5. Restore the state of Operate, Tasklist, and Optimize.
  6. Restore zeebe-records* indices from Elasticsearch snapshot.
  7. Restore Zeebe.
  8. Start Zeebe, Operate, Tasklist, and Optimize.

Thank you so much

Any update?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.