Skip to content

Commit 38e3001

Browse files
authored
DOCSP-36126-reword-replica-set-data-sync-behavior (#6273) (#6306)
* DOCSP-36126-reword-replica-set-data-sync-behavior * Adding taxonomy tag
1 parent 82c73ff commit 38e3001

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/core/replica-set-sync.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Replica Set Data Synchronization
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none
@@ -99,9 +103,9 @@ at startup.
99103
Behavior
100104
````````
101105

102-
File copy based initial sync replaces the ``local`` database on the
103-
member being *synced to* with the ``local`` database from the member
104-
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.
105109

106110
Limitations
107111
```````````

0 commit comments

Comments
 (0)