Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CN-1246]: Add note for map and cache persistence to persistence page #218

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ uses the latest agent version that is compatible with its version.

NOTE: Make sure to calculate the total disk space that you will use. The total used disk space may be larger than the size of in-memory data, depending on how many <<local-backup, backups>> you take.

IMPORTANT: If you want to enable persistence for a map or cache you must enable it in the Map or Cache CRs by setting `persistenceEnabled: true`. For more information, see xref:map-configuration.adoc#configuring-the-map-resource[Configuring Map] and xref:cache-configuration.adoc#configuring-a-cache-resource[Configuring Cache].

[[trigger-backup]]
== Triggering Local Backups

Expand Down
Loading