Skip to content

Commit

Permalink
Remove breaking changes note from backup and restore pages in 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Jan 14, 2025
1 parent be043e2 commit c9f8f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ sidebar_label: "Backup and restore"
keywords: ["backup", "backups"]
---

:::note
This release introduces breaking changes for [Operate and Tasklist](./operate-tasklist-backup.md), as well as [Optimize](./optimize-backup.md).
:::

You can use the backup feature of Camunda 8 Self-Managed to regularly back up the state of all of its components (Zeebe, Operate, Tasklist, and Optimize) without any downtime (except Web Modeler, see [the Web Modeler backup and restore documentation](./modeler-backup-and-restore.md)).

A backup of a Camunda 8 cluster consists of a backup of Zeebe, Operate, Tasklist, Optimize, and exported Zeebe records in Elasticsearch. Since the data of these applications are dependent on each other, it is important that the backup is consistent across all components. The backups of individual components taken independently may not form a consistent recovery point. Therefore, you must take the backup of a Camunda 8 cluster as a whole. To ensure a consistent backup, follow the process described below.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ keywords: ["backup", "backups"]
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

:::note
This release introduces breaking changes, including:

- The [get backup state API and response codes](#get-backup-state-api).
- The utilized URL has changed. For example, `curl 'http://localhost:8080/actuator/backups'` rather than the previously used `backup`.
- `backupId` must be of integer type now instead of string, which is in sync with Zeebe `backupId` requirements.

:::

Operate stores its data over multiple indices in Elasticsearch. Backup of Operate data includes several
Elasticsearch snapshots containing sets of Operate indices. Each backup is identified by `backupId`. For example, a backup with an id of `123` may contain the following Elasticsearch snapshots:

Expand Down

0 comments on commit c9f8f90

Please sign in to comment.