2
2
Replication
3
3
===========
4
4
5
- MongoDB supports database replication using a cluster of servers
6
- known as a replica set. A replica set provides master-slave-style
7
- replication with automated failover.
5
+ Database replication ensures redundancy, backup, and automatic failover.
6
+ Replication occurs through groups of servers known as replica sets.
8
7
9
- If you're just getting started with replication in MongoDB, check out
10
- the :doc:`core replication docs </core/replication>` and the docs on
11
- :doc:`using replica sets in the application development
12
- <applications/replication>`.
8
+ This page lists the documents, tutorials, and reference pages that describe replica sets.
13
9
14
- There's also a very good `video introduction`_ to replica sets in
15
- MongoDB.
16
-
17
- Before deploying a replica set to production, you should be familiar
18
- with the :doc:`suggested replication architectures
19
- <administration/replication-architectures>`. The :doc:`replica set
20
- administration <administration/replica-sets>` document covers basic
21
- administrative tasks such as adding and removing nodes.
22
-
23
- Finally, administrators and other advanced users will want to read up
24
- on :doc:`replication internals <core/replication-internals>` and
25
- consider the :ref:`replication reference material <replication-reference>`
26
-
27
- .. _`video introduction`: http://www.10gen.com/presentations/mongosv-2011/a-mongodb-replication-primer-replica-sets-in-practice
10
+ For an overview, see :doc:`/core/replication`. To work with members, see
11
+ :doc:`administration/replica-sets`. To configure deployment
12
+ architecture, see :doc:`administration/replication-architectures`. To
13
+ modify read and write operations, see :doc:`applications/replication`.
14
+ For common procedures, see the :ref:`tutorials list
15
+ <replica-set-tutorials-list>`.
28
16
29
17
Documentation
30
18
-------------
31
19
20
+ The following is the expanded outline of the main documentation:
21
+
32
22
.. toctree::
33
23
:maxdepth: 2
34
24
@@ -38,6 +28,8 @@ Documentation
38
28
applications/replication
39
29
core/replication-internals
40
30
31
+ .. _replica-set-tutorials-list:
32
+
41
33
Tutorials
42
34
---------
43
35
@@ -59,13 +51,11 @@ operations in detail.
59
51
Reference
60
52
---------
61
53
62
- Finally, consider the replication reference material. The first is a
63
- reference to the replica set configuration object and process:
54
+ The following describes the replica set configuration object:
64
55
65
56
- :doc:`/reference/replica-configuration`
66
57
67
- The next two documents describe the output of the replication status
68
- commands:
58
+ The following describe status commands:
69
59
70
60
- :doc:`/reference/replica-status`
71
61
- :doc:`/reference/replication-info`
0 commit comments