File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ==============================================
2+ Replica Set Features and Version Compatibility
3+ ==============================================
4+
5+ .. default-domain:: mongodb
6+
7+ .. note:: This table is for archival purposes and does not list all
8+ features of :term:`replica sets <replica set>`. Always use the latest stable
9+ release of MongoDB in production deployments.
10+
11+ .. list-table::
12+ :header-rows: 1
13+ :widths: 80, 20
14+
15+ * - **Features**
16+ - **Version**
17+ * - Slave Delay
18+ - 1.6.3
19+ * - Hidden
20+ - 1.7
21+ * - :dbcommand:`replSetFreeze` and :dbcommand:`replSetStepDown`
22+ - 1.7.3
23+ * - Replicated ops in :program:`mongostat`
24+ - 1.7.3
25+ * - Syncing from Secondaries
26+ - 1.8.0
27+ * - Authentication
28+ - 1.8.0
29+ * - Replication from Nearest Server (by ping Time)
30+ - 2.0
31+ * - :dbcommand:`replSetSyncFrom` support for syncing from specific
32+ members.
33+ - 2.2
34+
35+ Additionally:
36+
37+ - 1.8-series secondaries can replicate from 1.6-series primaries.
38+
39+ - 1.6-series secondaries cannot replicate from 1.8-series primaries.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ The following is the outline of the main documentation:
2828 administration/replication-architectures
2929 applications/replication
3030 core/replication-internals
31+ release-notes/replica-set-features
3132 reference/replica-commands
3233
3334The following document describes master-slave replication, which is
@@ -38,6 +39,8 @@ deprecated:
3839
3940 administration/master-slave
4041
42+
43+
4144.. index:: tutorials; replica sets
4245.. _replica-set-tutorials-list:
4346
You can’t perform that action at this time.
0 commit comments