Skip to content

Commit 531213f

Browse files
authored
Add warning for experimental features (#1314)
1 parent 6092e01 commit 531213f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pages/database-management/experimental-features.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ To use experimental features in Memgraph, you first need to [enable
2222
them](#enabling-experimental-features). In case you experience issues or want to
2323
provide feedback, please [contact us](#feedback-and-support).
2424

25+
<Callout type="warning">
26+
If you plan to try out an experimental feature, make sure to start a fresh
27+
instance and then load your data. Snapshots and WALs created with version
28+
`vX.Y.Z` without the experimental flag are currently incompatible with the same
29+
version `vX.Y.Z` when the experimental flag is enabled.
30+
</Callout>
31+
2532
## Enabling experimental features
2633

2734
To enable an experimental feature in Memgraph, set `--experimental-enabled` flag

pages/querying/text-search.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ feature](/database-management/experimental-features) introduced in Memgraph
1414
2.15.1. To use it, start Memgraph with the `--experimental-enabled=text-search`
1515
flag.
1616

17+
Make sure to start a fresh instance and then load your data. Snapshots and WALs
18+
created with version `vX.Y.Z` without the experimental flag are currently
19+
incompatible with the same version `vX.Y.Z` when the experimental flag is
20+
enabled.
1721
</Callout>
1822

1923
Text search allows you to look up nodes with properties that contain specific content.

0 commit comments

Comments
 (0)