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`: