Skip to content

Commit 04c7964

Browse files
committed
(DOCSP-25787) Updated per edits from JW.
1 parent 0f2dea2 commit 04c7964

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

source/cloud/migrate-from-compose.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Procedure
4242

4343
.. step:: Create an Atlas deployment.
4444

45-
If you don't already have an Atlas deployment, `create one
46-
<https://docs.atlas.mongodb.com/tutorial/create-new-cluster/>`_ now.
47-
You'll need a `cluster tier
48-
<https://docs.atlas.mongodb.com/create-new-cluster/#c-select-the-cluster-tier>`__
45+
If you don't already have an Atlas deployment, :atlas:`create one
46+
</tutorial/create-new-cluster>` now.
47+
You'll need a :atlas:`cluster tier
48+
</tutorial/create-new-cluster/#select-the-cluster-tier>`
4949
of ``M10`` or larger to perform Live Migration.
5050

5151
.. step:: Log in to your Compose account.
@@ -78,10 +78,9 @@ Procedure
7878
To perform the migration process, the oplog user must have
7979
the following privileges:
8080

81-
- The :authrole:`readAnyDatabase` role.
82-
- The :authrole:`clusterMonitor` role.
83-
- The :authrole:`backup` role.
84-
81+
- The :manual:`readAnyDatabase </reference/built-in-roles/#mongodb-authrole-readAnyDatabase>` role.
82+
- The :manual:`clusterMonitor </reference/built-in-roles/#mongodb-authrole-clusterMonitor>` role.
83+
- The :manual:`backup </reference/built-in-roles/#mongodb-authrole-backup>` role.
8584

8685
If you can't grant these permissions to the oplog user,
8786
the Live Migration process will not work. In this case, use
@@ -104,7 +103,6 @@ Procedure
104103
- For the Atlas Live Migration process dialog from the previous step.
105104
- For your Compose deployment dashboard.
106105

107-
108106
.. step:: On your Compose deployment dashboard, click the :guilabel:`Security`
109107
link in the left-side navigation. The :guilabel:`Whitelist TCP/HTTP
110108
IPs` section displays a list of IP address ranges which are allowed
@@ -152,7 +150,6 @@ Procedure
152150
- Contact Compose directly to request your TLS/SSL certificate.
153151
- Use :atlas:`MongoMirror </import/mongomirror/>` to migrate your data to Atlas.
154152

155-
156153
See the `Compose documentation
157154
<https://help.compose.com/docs/lets-encrypt-certificates>`__ for more
158155
information about SSL certificates.
@@ -193,7 +190,6 @@ Procedure
193190
clicking the :guilabel:`Extend time` hyperlink below the :guilabel:`<time>
194191
left to cut over` timer.
195192

196-
197193
.. procedure::
198194
:style: connected
199195

@@ -234,7 +230,7 @@ Migration Support
234230
If you have any questions regarding migration beyond what is covered
235231
in this documentation, or if you encounter an error during migration, please
236232
see the Atlas documentation on
237-
`requesting support <https://docs.atlas.mongodb.com/support/#request-support>`__.
233+
:atlas:`requesting support </support/#request-support>`.
238234

239235
Summary
240236
-------

source/includes/migration_pr_compose.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
* Your current MongoDB database is running MongoDB 2.6 or higher.
2626

27-
Atlas supports the latest versions of MongoDB: 3.6, 4.0, and 4.2.
27+
Atlas supports the latest versions of MongoDB: 4.2, 4.4, 5.0, and 6.0.
2828
If you're running MongoDB version 2.6 or greater, the Atlas Live Migration
2929
Service can move your data directly into a newer database version.
30-
Update your `MongoDB drivers <https://mongodb.com/docs/drivers>`_
30+
Update your :driver:`MongoDB drivers </>`
3131
and make any necessary code changes at the application level to ensure
3232
compatibility. If you're running a version older than 2.6, see
3333
`Upgrade MongoDB to 2.6 <https://mongodb.com/docs/v2.6/release-notes/2.6-upgrade/index.html>`_

0 commit comments

Comments
 (0)