Skip to content

Commit f3e80d4

Browse files
Update disaster recovery guide to reflect error message change (#709) (#711)
Recently in 5.7 we updated the error message when attempting to deallocate a server hosting a database with only 1 primary. This PR updates the disaster recovery guide to reflect this. --------- Co-authored-by: Jack Waudby <[email protected]>
1 parent ba59e0f commit f3e80d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If *all* servers show health `AVAILABLE` and status `ENABLED` continue to xref:c
117117
. On each `UNAVAILABLE` server, run `CALL dbms.cluster.cordonServer("unavailable-server-id")`.
118118
. On each `CORDONED` server, run `DEALLOCATE DATABASES FROM SERVER cordoned-server-id`.
119119
. On each server that failed to deallocate with one of the following messages:
120-
.. `Could not deallocate server [server]. Can't move databases in single mode [database]`
120+
.. `Could not deallocate server [server]. Can't move databases with only one primary [database].`
121121
+
122122
or
123123
+

0 commit comments

Comments
 (0)