@@ -37,30 +37,29 @@ collections on the destination cluster to confirm that
37
37
it was successful in transferring documents from the
38
38
source cluster to the destination.
39
39
40
- When you start the ``mongosync`` process, it provides a
41
- disclaimer advising the user that the verifier is enabled
42
- by default.
40
+ When you start the ``mongosync`` process, it provides the following disclaimer:
43
41
44
42
.. code-block:: none
45
43
46
- Embedded verification is enabled by default for replica set to replica set migrations.
47
- Verification checks for data consistency between the source and destination clusters.
48
- Verification will cause mongosync to fail if any inconsistencies are detected, but it
49
- does not check for all possible data inconsistencies. Please see the documentation at
50
- https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/verification/embedded
51
- for more details. Verification requires approximately 0.5 GB of memory per 1 million documents
52
- on the source cluster and will fail if insufficient memory is available. Accepting this
53
- disclaimer indicates that you understand the limitations and memory requirements for this
54
- tool. To skip this disclaimer prompt, use –-acceptDisclaimer.
55
-
56
- To disable the embedded verifier, specify 'verification: false' when starting mongosync. Please see
57
- https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/verification/
44
+ Embedded verification is enabled by default. Verification checks for data
45
+ consistency between the source and destination clusters. Verification will
46
+ cause mongosync to fail if any inconsistencies are detected, but it does not
47
+ check for all possible data inconsistencies. Please see the documentation at
48
+ https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/verification/embedded
49
+ for more details. Verification requires approximately 0.5 GB of memory per 1
50
+ million documents on the source cluster and will fail if insufficient memory
51
+ is available. Accepting this disclaimer indicates that you understand the
52
+ limitations and memory requirements for this tool. To skip this disclaimer
53
+ prompt, use –-acceptDisclaimer.
54
+
55
+ To disable the embedded verifier, specify 'verification: false' when starting
56
+ mongosync. Please see https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/verification/
58
57
for alternative verification methods.
59
58
60
59
Do you want to continue? (y/n):
61
60
62
- If you have already read and accepted the disclaimer, you can
63
- start ``mongosync`` with the :option:`--acceptDisclaimer` option
61
+ If you have already read and accepted the disclaimer, you can
62
+ start ``mongosync`` with the :option:`--acceptDisclaimer` option
64
63
to skip this notification.
65
64
66
65
Settings
0 commit comments