Skip to content

Commit

Permalink
remove hostPath ref (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutluhan Metin authored Jan 12, 2024
1 parent 70afc92 commit 7a67eee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/modules/ROOT/pages/backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@

This topic assumes that you know about Persistence in Hazelcast. To learn about Persistence, see the xref:hazelcast:storage:persistence.adoc[Platform documentation].

The Operator supports two volume options for enabling Persistence: PVC and `HostPath`. We recommend using PVC, so the examples on this page use this option. If you need to use `HostPath`, see <<hostpath, HostPath Support for Persistence>>.

There are two options for a backup: local and external. Local backups are kept in volume and never moved anywhere whereas external backups are moved into buckets provided by the user.

TIP: For a working example, see link:https://docs.hazelcast.com/tutorials/hazelcast-platform-operator-external-backup-restore[this tutorial].

== Enabling Persistence

Enabling Hazelcast is done with the following configuration.
Enabling Hazelcast persistence is done with the following configuration.


[source,yaml,subs="attributes+"]
Expand Down

0 comments on commit 7a67eee

Please sign in to comment.