This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,13 @@ cluster.
200
200
201
201
.. include:: /includes/fact-verifier-limitations
202
202
203
+ Persistent Query Settings
204
+ -------------------------
205
+
206
+ ``mongosync`` doesn't migrate Persistent Query Settings (PQS), which were
207
+ introduced in MongoDB 8.0. If your source cluster uses PQS, you must
208
+ :ref:`migrate them manually <c2c-migrate-pqs>`
209
+
203
210
.. _c2c-older-version-limitations:
204
211
205
212
Pre-6.0 Migrations
Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ This page describes changes and new features introduced in
25
25
MongoDB 8.0 support
26
26
~~~~~~~~~~~~~~~~~~~
27
27
28
- {+c2c-full-product-name+} 1.12 adds support for MongoDB 8.0. For a full list of
29
- supported versions, see :ref:`c2c-server-version-compatibility`.
28
+ {+c2c-full-product-name+} 1.12 adds support for MongoDB 8.0. However, it does
29
+ not migrate Persistent Query Settings (PQS), which are new in 8.0. If your
30
+ source cluster uses PQS, you must :ref:`migrate them manually <c2c-migrate-pqs>`.
31
+
32
+ For a full list of supported versions, see :ref:`c2c-server-version-compatibility`.
30
33
31
34
32
35
``enableUserWriteBlocking`` parameters
You can’t perform that action at this time.
0 commit comments