From 66ea2f4922f2282b0a489979f72cc9d086a7cf94 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Thu, 9 Jan 2025 09:41:30 -0800 Subject: [PATCH] DOCSP-46115 removes mongosync caveat and highlights embedded verifier (#537) * Updates mongosync to remove caveat and add highlight * Fixes rendering issue * Removes line calling MV unsupported (cherry picked from commit 6910dfd7c73935aa7c4f6a85b0c98676ca60cac6) --- source/reference/verification.txt | 7 ++----- source/reference/verification/verifier.txt | 2 -- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/source/reference/verification.txt b/source/reference/verification.txt index 38e09f565..9d24a5486 100644 --- a/source/reference/verification.txt +++ b/source/reference/verification.txt @@ -44,8 +44,8 @@ source to the destination cluster. - Starting in 1.9, ``mongosync`` includes an embedded verifier, which runs a series of verification checks on the source and destination clusters to confirm that the - migration was successful. This is the preferred - verification method for deployments that meet the + migration was successful. **This is the preferred + verification method for deployments that meet the** :ref:`requirements `. When the ``mongosync`` process starts, it prompts the @@ -159,9 +159,6 @@ source to the destination cluster. comparing documents, views, and indexes to confirm the sync was successful. - Migration Verifier is an experimental and unsupported - tool. - The specific method you use to verify your data depends on your application workload and the complexity of the data. diff --git a/source/reference/verification/verifier.txt b/source/reference/verification/verifier.txt index 9e1095f5b..aff724058 100644 --- a/source/reference/verification/verifier.txt +++ b/source/reference/verification/verifier.txt @@ -33,8 +33,6 @@ About This Task Migration Verifier does not support DDL operations. Do not run any DDL operations on the source cluster while verifying data with Migration Verifier. -Migration Verifier is an experimental and unsupported tool. - For installation instructions and usage limitations, see `GitHub `__.