Skip to content

Commit

Permalink
Fixes #644 (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Oct 16, 2023
1 parent b073fe2 commit e4537fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/storage/pages/configuring-persistence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ config.setPersistenceConfig(PersistenceConfig);

Even after enabling Persistence, your members won't start persisting any data until you configure <<data-structures, data structures>>, <<job, job snapshots>>, or <<sql, SQL metadata>> to be persisted.

WARNING: The persistence feature should either be enabled or disabled on all cluster members. If enabled, all members must have the same persistence configuration values.

This example configures a member to persist entries on disk for a map called `test-map`.

[tabs]
Expand Down

0 comments on commit e4537fb

Please sign in to comment.