We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c73ff commit 38e3001Copy full SHA for 38e3001
source/core/replica-set-sync.txt
@@ -6,6 +6,10 @@ Replica Set Data Synchronization
6
7
.. default-domain:: mongodb
8
9
+.. facet::
10
+ :name: genre
11
+ :values: reference
12
+
13
.. contents:: On this page
14
:local:
15
:backlinks: none
@@ -99,9 +103,9 @@ at startup.
99
103
Behavior
100
104
````````
101
105
102
-File copy based initial sync replaces the ``local`` database on the
-member being *synced to* with the ``local`` database from the member
-being *synced from*.
106
+File copy based initial sync replaces the ``local`` database of the
107
+target member with the ``local`` database of the source member when
108
+syncing.
109
110
Limitations
111
```````````
0 commit comments