Skip to content

Commit 9d37130

Browse files
authored
Update create-databases.adoc (#1770)
Change txLogEnrichment mode from `NONE` to `OFF` See: https://neo4j.com/docs/cdc/current/get-started/self-managed/#set-enrichment-mode/
1 parent 7d5133a commit 9d37130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Defines additional configuration specified by comma-separated `name=value` pairs
100100
Defines credentials that need to be passed into certain seed providers.
101101

102102
| `txLogEnrichment`
103-
| `FULL` \| `DIFF` \| `NONE`
103+
| `FULL` \| `DIFF` \| `OFF`
104104
|
105105
Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.
106106

0 commit comments

Comments
 (0)