From 0c5f7206dd062d21bc07e61f218d7e506a267411 Mon Sep 17 00:00:00 2001 From: Semih Buyukgungor Date: Mon, 15 Apr 2024 16:09:42 +0300 Subject: [PATCH] Improve startup action warning in Restore page (#180) * improve startup action warning in restore page * Update docs/modules/ROOT/pages/backup-restore.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --------- Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --- docs/modules/ROOT/pages/backup-restore.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/backup-restore.adoc b/docs/modules/ROOT/pages/backup-restore.adoc index 0b3a767d..d01af928 100644 --- a/docs/modules/ROOT/pages/backup-restore.adoc +++ b/docs/modules/ROOT/pages/backup-restore.adoc @@ -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`: