This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,13 @@ cluster.
200200
201201.. include:: /includes/fact-verifier-limitations
202202
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+
203210.. _c2c-older-version-limitations:
204211
205212Pre-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
2525MongoDB 8.0 support
2626~~~~~~~~~~~~~~~~~~~
2727
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`.
3033
3134
3235``enableUserWriteBlocking`` parameters
You can’t perform that action at this time.
0 commit comments