Skip to content

Commit

Permalink
Improve startup action warning in Restore page (#180)
Browse files Browse the repository at this point in the history
* improve startup action warning in restore page

* Update docs/modules/ROOT/pages/backup-restore.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

---------

Co-authored-by: rebekah-lawrence <[email protected]>
  • Loading branch information
semihbkgr and rebekah-lawrence authored Apr 15, 2024
1 parent ea18fa9 commit 0c5f720
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/modules/ROOT/pages/backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,11 @@ To decide how a cluster should behave when one or more members cannot rejoin aft

To recover a cluster that has Persistence enabled after a cluster-wide restart, you can force a cluster to delete their persistence stores when one or more members fail to restart by triggering Force Start. Or you can force a cluster to start without some members by triggering Partial Start

WARNING: The cluster loses all persisted data after a force-start.

WARNING: The cluster loses some persistent data after a partial-start.
[WARNING]
====
* The cluster loses all persisted data after a force-start if any member fails to start properly. If all members successfully start, all persisted data remains intact.
* The cluster loses persisted data after a partial-start only for specific members that have failed to start properly. Persisted data remains intact for members that successfully start.
====

To trigger the cluster recover action set the `startupAction`:

Expand Down

0 comments on commit 0c5f720

Please sign in to comment.