Skip to content

Commit 0218073

Browse files
yanavasilevayhaskell
authored andcommitted
chore(migration): adjust upgrade guide (#8079)
camunda/camunda-7-to-8-migration-tooling#944
1 parent 8c48851 commit 0218073

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/guides/migrating-from-camunda-7/migration-tooling/update-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Migration Tooling follows [semantic versioning](https://semver.org/).
1616
Before you update:
1717

1818
1. Check the [version compatibility matrix](version-compatibility.md) to confirm your Migration Tooling version is compatible with your Camunda 7 and Camunda 8 versions.
19-
2. Review the [Migration Tooling release notes](https://github.com/camunda/camunda-7-to-8-migration-tooling/releases) for your target version.
19+
2. Apply database schema updates for the new version, if required. Check the release notes for details.
20+
3. Review the [Migration Tooling release notes](https://github.com/camunda/camunda-7-to-8-migration-tooling/releases) for your target version.
2021

2122
## Breaking changes by version
2223

@@ -27,6 +28,10 @@ Before you update:
2728
**Release date:** TBD \
2829
**Camunda 8 compatibility:** 8.9.x
2930

31+
#### Data Migrator: Database schema update
32+
33+
Run the Data Migrator with `camunda.migrator.auto-ddl: true` configuration to update the schema.
34+
3035
#### Data Migrator: Entity Interceptor API changes
3136

3237
The `EntityInterceptor` interface now provides compile-time type safety using Java generics, eliminating the need for manual casting.

0 commit comments

Comments
 (0)