Camunda 8 Self Managed - Backup & Restore Process

We are using Camunda 8 Self Managed version and we are trying the Backup & restore process and need clarifications on few queries. We have completed the backup of Zeebe.

  • Is it recommended approach to take backup of Elasticsearch in EFS for creating backup for other components like Operate, Tasklist and Optimize?

  • Or we have to take components wise like below?

  • Note: We are deploying the camunda self managed in Kubernetes using Helm charts.

  • Version: 8.2.0

hi, how did you specify the configuration?
I tried to do this and create a backup on receiving a message.

zeebe:
  startupProbe:
    enabled: true
  broker:
    data:
      backup:
        store: S3
        s3:
          bucketName: сamunda
          endpoint: https://storage.yandexcloud.net
          region: ru-central1
          secretKey: **************
          accessKey: *************
          compression: none
          basePath: camunda-backups

“Cannot process backup requests. No backup store is configured. To use this feature, configure backup in broker configuration.”

Camunda Docs was not clearly documented the backup & restore process.