Skip to content

Commit cc61f11

Browse files
authored
DOCSP-34646 Fix 404 fCV Link (#205) (#207)
* DOCSP-34646 Fix 404 fCV link * build errors
1 parent 16526e4 commit cc61f11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

source/faq.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,11 @@ If you see slow operation warnings, check CPU, memory, and network usage on the
115115
source and destination clusters. If the clusters are underprovisioned for your
116116
needs, consider upgrading the cluster hardware.
117117

118+
Should I stop a migration if the logs contain the word "error" or "failure"?
119+
----------------------------------------------------------------------------
120+
121+
No, logs that contain the word "error" or "failure" show non-fatal
122+
errors and do not signal that you need to stop ``mongosync`` early.
123+
These logs do not indicate that ``mongosync`` is failing or corrupting
124+
data. If a fatal error occurs, ``mongosync`` stops the sync and writes a
125+
fatal log entry.

source/includes/fact-minimum-fcv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The minimum supported server :manual:`feature compatibility version <view-fcv>`
1+
The minimum supported server :ref:`feature compatibility version <view-fcv>`
22
is 6.0.

0 commit comments

Comments
 (0)