Skip to content

Commit a99749b

Browse files
committed
3.0 config: replication administration - update per review
1 parent c67bd0f commit a99749b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/book/admin/disaster_recovery.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Master crash: manual failover
3535

3636
4. Make sure that a new replica set leader is a master using :ref:`box.info.ro <box_introspection-box_info>`.
3737

38-
5. Remove a crashed master from a replica set as described in :ref:`Removing instances <replication-remove_instances>`.
38+
5. On a new master, :ref:`remove a crashed instance from the ``_cluster`` space <replication-remove_instances-remove_cluster>`.
3939

40-
6. Set up a replacement for the crashed master on a spare host as described in :ref:`Adding instances <replication-add_instances>`.
40+
6. Start the instance again on a spare host.
4141

4242
See also: :ref:`Performing manual failover <replication-controlled_failover>`.
4343

@@ -127,8 +127,8 @@ Master-master
127127

128128
.. _admin-disaster_recovery-data_loss:
129129

130-
Data loss
131-
---------
130+
Master-replica/master-master: data loss
131+
---------------------------------------
132132

133133
**Configuration:** master-replica or master-master.
134134

@@ -140,7 +140,7 @@ Data loss
140140
Depending on the :ref:`replication.failover <configuration_reference_replication_failover>` mode, this can be done as follows:
141141

142142
- ``manual``: change a replica set leader to ``null``.
143-
- ``election``: switch from the ``election`` failover mode to ``manual`` and change a replica set leader to ``null``.
143+
- ``election``: set :ref:`replication.election_mode <configuration_reference_replication_election_mode>` to ``voter`` or ``off`` at the replica set level.
144144
- ``off``: set ``database.mode`` to ``ro``.
145145

146146
Reload configurations on all instances using the ``reload()`` function provided by the :ref:`config <config-module>` module.

0 commit comments

Comments
 (0)