From b23b0f692f6ecb4726cb54591d646b285c098dd9 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 20 Dec 2023 11:03:56 -0500 Subject: [PATCH 1/5] DOCSP-24715 mongosyncs must be the same version --- source/multiple-mongosyncs.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/multiple-mongosyncs.txt b/source/multiple-mongosyncs.txt index 8c2f078a3..e092883d0 100644 --- a/source/multiple-mongosyncs.txt +++ b/source/multiple-mongosyncs.txt @@ -25,7 +25,7 @@ Configure a Single ``mongosync`` Instance To configure a single ``mongosync``, follow the :ref:`connection instructions ` for your cluster architecture to -connect to the :binary:`mongos` instance in your cluster. +connect to the :binary:`mongos` instance in your cluster. When you connect a single ``mongosync`` to a sharded cluster do not use the :urioption:`replicaSet` option or the :option:`id ` @@ -41,7 +41,8 @@ Configure Multiple ``mongosync`` Instances The number of ``mongosync`` instances must match the number of shards on the source cluster. For a replica set source, you can only use one -``mongosync`` instance. +``mongosync`` instance. You must use the same version of ``mongosync`` +between instances. To configure multiple ``mongosync`` instances: From a7f97ed6fcbce65d06fdd48fe1ecb9be01448218 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 20 Dec 2023 11:04:23 -0500 Subject: [PATCH 2/5] DOCSP-24715 mongosyncs must be the same version --- source/multiple-mongosyncs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/multiple-mongosyncs.txt b/source/multiple-mongosyncs.txt index e092883d0..fa8d7859a 100644 --- a/source/multiple-mongosyncs.txt +++ b/source/multiple-mongosyncs.txt @@ -42,7 +42,7 @@ Configure Multiple ``mongosync`` Instances The number of ``mongosync`` instances must match the number of shards on the source cluster. For a replica set source, you can only use one ``mongosync`` instance. You must use the same version of ``mongosync`` -between instances. +between all instances. To configure multiple ``mongosync`` instances: From 555a033da9a881a72309e173c136b0710a7c246d Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 20 Dec 2023 11:10:11 -0500 Subject: [PATCH 3/5] DOCSP-24715 mongosyncs must be the same version --- source/multiple-mongosyncs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/multiple-mongosyncs.txt b/source/multiple-mongosyncs.txt index fa8d7859a..43e498073 100644 --- a/source/multiple-mongosyncs.txt +++ b/source/multiple-mongosyncs.txt @@ -25,7 +25,7 @@ Configure a Single ``mongosync`` Instance To configure a single ``mongosync``, follow the :ref:`connection instructions ` for your cluster architecture to -connect to the :binary:`mongos` instance in your cluster. +connect to the :binary:`mongos` instance in your cluster. When you connect a single ``mongosync`` to a sharded cluster do not use the :urioption:`replicaSet` option or the :option:`id ` From f6fba0bc681b6fd9b2cb98ffb9d5da36071f6306 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 20 Dec 2023 12:02:47 -0500 Subject: [PATCH 4/5] empty From 70cd8d3dc7eb2a928ff415b282b041a46f048973 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 20 Dec 2023 12:10:41 -0500 Subject: [PATCH 5/5] DOCSP-24715 copy edit --- source/multiple-mongosyncs.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/multiple-mongosyncs.txt b/source/multiple-mongosyncs.txt index 43e498073..9a586ec98 100644 --- a/source/multiple-mongosyncs.txt +++ b/source/multiple-mongosyncs.txt @@ -40,9 +40,9 @@ Configure Multiple ``mongosync`` Instances ------------------------------------------ The number of ``mongosync`` instances must match the number of shards on -the source cluster. For a replica set source, you can only use one -``mongosync`` instance. You must use the same version of ``mongosync`` -between all instances. +the source cluster. You must use the same version of ``mongosync`` +between all instances. For a replica set source, you can only use one +``mongosync`` instance. To configure multiple ``mongosync`` instances: