From 18715be3d35531f58014ae2d020d1a02ecf1be61 Mon Sep 17 00:00:00 2001 From: Sarah Onderdonk Date: Fri, 14 Feb 2025 11:15:05 -0500 Subject: [PATCH] DOCSP-45442 --- source/reference/cutover-process.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/reference/cutover-process.txt b/source/reference/cutover-process.txt index 60dbd70d4..82e79577f 100644 --- a/source/reference/cutover-process.txt +++ b/source/reference/cutover-process.txt @@ -75,6 +75,8 @@ Steps .. step:: Stop any write operations to the synced collections on the source. + - Wait for all transactions on the source cluster to either commit or + abort. - ``mongosync`` enables destination-only write-blocking by default. You can explicitly enable it by starting ``mongosync`` with ``enableUserWriteBlocking`` set to ``"destinationOnly"``.