You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
21
21
22
## Breaking changes by version
22
23
@@ -27,6 +28,10 @@ Before you update:
27
28
**Release date:** TBD \
28
29
**Camunda 8 compatibility:** 8.9.x
29
30
31
+
#### Data Migrator: Database schema update
32
+
33
+
Run the Data Migrator with `camunda.migrator.auto-ddl: true` configuration to update the schema.
34
+
30
35
#### Data Migrator: Entity Interceptor API changes
31
36
32
37
The `EntityInterceptor` interface now provides compile-time type safety using Java generics, eliminating the need for manual casting.
0 commit comments