Skip to content

Commit

Permalink
doc: change release version to 8.8 and fix management port note
Browse files Browse the repository at this point in the history
  • Loading branch information
entangled90 committed Jan 22, 2025
1 parent 306d373 commit f3cd457
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

:::warning breaking changes
As of the Camunda 8.7 release, the `/actuator` endpoints for backups have been moved to `/actuator/backupHistory`. The old `/actuator/backups` endpoint is still active only if the applications are deployed standalone (i.e. each application in its own process)
As of the Camunda 8.8 release, the `/actuator` endpoints for backups have been moved to `/actuator/backupHistory`. The old `/actuator/backups` endpoint is still active only if the applications are deployed standalone (i.e. each application in its own process)
:::

:::note
Expand All @@ -31,7 +31,7 @@ camunda_webapps_123_8.1.0_part_6_of_6
All webapps provide the same API to perform a backup and manage backups (list, check state, delete). Restore a backup using the standard Elasticsearch API.

:::note
, which by default is the same as application HTTP port (and in turn defaults to 9600).
The backup API can be reached via the Actuator management port, which default defaults to port 9600.
:::

## Prerequisites
Expand All @@ -42,6 +42,7 @@ Before you can use the backup and restore feature:

1. The [Elasticsearch snapshot repository](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html) must be configured.
2. All deployed webapps must be configured with the **same** repository name using one of the following configuration options.
3. Webapps must have the right to take snapshots.

:::warning breaking change
Configuring different webapps with different repository names will potentially create multiple backups in different repositories
Expand Down Expand Up @@ -138,7 +139,7 @@ CAMUNDA_OPTIMIZE_BACKUP_REPOSITORY_NAME=<es snapshot repository name>
### Index prefix

:::warning breaking change
Since version 8.7 the `indexPrefix` of all webapps must match. By default it's set to `""`, but if it was overriden, then it must done consistently across Operate, Tasklist and Optimize.
Since version 8.8 the `indexPrefix` of all webapps must match. By default it's set to `""`, but if it was overriden, then it must done consistently across Operate, Tasklist and Optimize.
:::

## Create backup API
Expand Down

0 comments on commit f3cd457

Please sign in to comment.