Skip to content

Commit 2caefda

Browse files
renetapopovajackwaudbyAlexicaWright
authored
Update error message when user database has lost quorum (#1136) (#1151)
Update error message encountered on disaster recovery path when recovering servers. --------- Co-authored-by: Jack Waudby <33488812+jackwaudby@users.noreply.github.com> Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
1 parent 3f65669 commit 2caefda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/clustering/disaster-recovery.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ If *all* servers show health `AVAILABLE` and status `ENABLED` continue to xref:c
121121
+
122122
or
123123
+
124-
`Could not deallocate server [server]. Database [database] has lost quorum of servers, only found [existing number of primaries] of [expected number of primaries]. Cannot be safely deallocated. Please drop the database before retrying.`
124+
`Could not deallocate server(s) [server].
125+
Database [database] has lost quorum of servers, only found [existing number of primaries] of [expected number of primaries].
126+
Cannot be safely reallocated.`
125127
+
126128
First ensure that there is a backup for the database in question (see xref:backup-restore/online-backup.adoc[Online backup]), and then drop the database by running `DROP DATABASE database-name`.
127129
Return to step 3.

0 commit comments

Comments
 (0)