Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit e9241b6

Browse files
Added PQS limitations
1 parent 78fa5bf commit e9241b6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

source/reference/limitations.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

205212
Pre-6.0 Migrations

source/release-notes/1.12.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ This page describes changes and new features introduced in
2525
MongoDB 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

0 commit comments

Comments
 (0)