Skip to content

Commit 6b98266

Browse files
author
Sam Kleinman
committed
migration: replica set features chart
1 parent fafffe2 commit 6b98266

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.

source/replication.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3334
The 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

0 commit comments

Comments
 (0)