Skip to content

Commit 0451da0

Browse files
authored
DOCSP-39103 Minimum Server Versions (#385)
1 parent f8921a1 commit 0451da0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ toc_landing_pages = ["/quickstart",
3030
[constants]
3131
version = "1.9"
3232
version-previous = "1.8"
33-
latest-version="1.8.0"
33+
latest-version="1.9.0"
3434
version-dev = "1.9"
3535
c2c-product-name = "Cluster-to-Cluster Sync"
3636
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The minimum supported server versions of MongoDB are 6.0.13 and 7.0.8.
1+
The minimum supported server versions of MongoDB are 6.0.16 and 7.0.9.

source/reference/beta-program/document-filtering.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Document Filtering
1717
.. include:: /includes/document-filtering-intro.rst
1818

1919
To use document filtering, both the source cluster and destination cluster must
20-
use MongoDB 6.0 or later.
20+
use a :ref:`supported MongoDB version <c2c-server-version-compatibility>`.
2121

2222
Syntax
2323
------

source/reference/beta-program/namespace-remapping.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Namespace Remapping
1717
.. include:: /includes/namespace-remapping-intro.rst
1818

1919
To use namespace remapping, both the source cluster and destination cluster must
20-
use MongoDB 6.0 or later.
20+
use :ref:`supported MongoDB version <c2c-server-version-compatibility>`.
2121

2222
Syntax
2323
------

source/release-notes/1.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,6 @@ Issues Fixed:
222222
Minimum Supported Version
223223
-------------------------
224224

225-
In 1.7.2, the minimum supported version of MongoDB is 6.0.13 and 7.0.8.
225+
In 1.7.3, the minimum supported version of MongoDB is 6.0.13 and 7.0.6.
226226

227227
.. include:: /includes/migration-upgrade-recommendation.rst

0 commit comments

Comments
 (0)