Restore a cluster from backup
Camunda Enterprise
Use this guide to restore a SaaS cluster from an existing backup.
Before you start
- You need organization admin permissions for the target cluster.
- The backup must be in
Completedstate. - Backups created before the restore feature was introduced are not eligible for restore.
- Only one restore can be in progress per cluster at a time.
Restore is destructive for current cluster data and causes cluster unavailability during execution.
Restore in Console
- Open Console and select your organization.
- Open the target cluster and go to Backups.
- In the backup list, find the backup you want to restore.
- Click Restore on that backup row.
- In the confirmation modal, verify:
- Backup name
- Backup completion date
- Backup version
- If the backup version differs from the current cluster version, review the warning and select the acknowledgment checkbox.
- Click Restore to start.
After confirmation, cluster status changes to Restoring and the cluster is unavailable until completion.
Monitor restore progress
During restore:
- Cluster status shows Restoring.
- Component cards show Restoring.
- Restore-conflicting actions are disabled.
- Backups tab shows active restore context.
Phase-level progress is not shown in Console in this release.
Confirm outcome
On success:
- Cluster status returns to Healthy.
- A success notification confirms which backup was restored.
- You can validate behavior in Operate and other cluster applications.
On failure:
- Cluster data remains unchanged.
- Cluster status returns to prior healthy/available state.
- Error notification is shown on the Backups tab until dismissed.
For failure handling, see Restore troubleshooting.
Restore with API
You can trigger restore from the Administration API:
POST /api/orgs/:orgId/clusters/:clusterId/backups/:backupId/restore
Expected response:
202 Acceptedwith restore metadata
Common error responses:
400for invalid backup state, legacy backup, or compatibility failure404for missing cluster or backup409when a restore is already in progress501when feature flag is disabled