diff --git a/source/includes/fact-no-8.0-support.rst b/source/includes/fact-no-8.0-support.rst index 709609549..470504e2c 100644 --- a/source/includes/fact-no-8.0-support.rst +++ b/source/includes/fact-no-8.0-support.rst @@ -1,2 +1,3 @@ -``mongosync`` does not yet support migrations to and from clusters that use - MongoDB 8.0. \ No newline at end of file +``mongosync`` does not yet support migrations to and from clusters that use +MongoDB 8.0. For instructions on migrating data to 8.0 destination clusters, +see :ref:`c2c-server-pre-8.0-to-8.0` and :ref:`c2c-server-8.0-to-8.0`. \ No newline at end of file diff --git a/source/reference/supported-server-version.txt b/source/reference/supported-server-version.txt index 934381f79..1ebb36a8b 100644 --- a/source/reference/supported-server-version.txt +++ b/source/reference/supported-server-version.txt @@ -54,6 +54,8 @@ destination MongoDB server versions. - - √ +.. _c2c-server-pre-8.0-to-8.0: + Synchronize Data From a Pre-8.0 Source Cluster to an 8.0 Destination Cluster ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -64,6 +66,8 @@ cluster: destination cluster. - Upgrade the 7.0 destination cluster to 8.0. +.. _c2c-server-8.0-to-8.0: + Synchronize Data Between Two 8.0 Clusters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~