Skip to content

Commit 0254aa0

Browse files
(DOCSP-18313): update migrate from aws to atlas guide (#163)
1 parent 59273c9 commit 0254aa0

File tree

3 files changed

+32
-16
lines changed

3 files changed

+32
-16
lines changed

source/images/atlas-deployment.png

2.5 KB
Loading

source/includes/migration_pr.rst

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,39 @@
55
DynamoDB, please `contact us <https://mongodb.com/contact>`_
66
for help with your migration.
77

8-
* Your current MongoDB database is running MongoDB 2.6 or higher.
9-
10-
Atlas supports the latest versions of MongoDB: 3.6, 4.0, and 4.2.
11-
If you're running MongoDB version 2.6 or greater, the Atlas Live Migration
12-
Service can move your data directly into a newer database version.
13-
Update your `MongoDB drivers <https://docs.mongodb.com/drivers/>`_
8+
* Update your `MongoDB drivers <https://docs.mongodb.com/drivers/>`_
149
and make any necessary code changes at the application level to ensure
15-
compatibility. If you're running a version older than 2.6, see
16-
`Upgrade MongoDB to 2.6 <https://docs.mongodb.com/v2.6/release-notes/2.6-upgrade/index.html>`_
17-
for upgrade instructions.
10+
compatibility.
1811

1912
* Your current deployment is a MongoDB replica set or sharded cluster.
2013

2114
If your deployment is currently a standalone instance, you must first
2215
:manual:`convert it to a replica set </tutorial/convert-standalone-to-replica-set/>`.
16+
17+
* If you're migrating a replica set, it is running MongoDB 2.6 or
18+
higher.
19+
20+
The Atlas Live Migration Service can move your data directly into a
21+
newer database version. For more information about the supported
22+
upgrade paths, see the :atlas:`Atlas documentation
23+
</import/live-import/#upgrade-path>`.
24+
25+
If you're running a version older than 2.6, see
26+
`Upgrade MongoDB to 2.6
27+
<https://docs.mongodb.com/v2.6/release-notes/2.6-upgrade/index.html>`_
28+
for upgrade instructions.
29+
30+
* If you're migrating a sharded cluster, it is running MongoDB 4.0 or
31+
higher.
32+
33+
The Atlas Live Migration Service can move your data directly the same database version. For more information about the supported
34+
upgrade paths, see the :atlas:`Atlas documentation
35+
</import/live-import-sharded/#migration-path>`.
36+
37+
If you're running a version older than 4.0, see
38+
`Upgrade MongoDB to 4.0
39+
<https://docs.mongodb.com/v4.0/release-notes/4.0-upgrade-sharded-cluster/>`_
40+
for upgrade instructions.
2341

2442
* (Optional) Enabled authentication on your source deployment.
2543

source/includes/steps-migrate-to-atlas.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@ level: 4
2222
stepnum: 2
2323
content: |
2424
25-
a. In the left-side panel of your organization's page, click
26-
:guilabel:`Live Migration`.
27-
28-
#. In the :guilabel:`General Live Migration` card, click
29-
:guilabel:`Select Cluster for General Live Migration`.
30-
31-
#. Navigate to your Atlas cluster. Click the ellipsis (:guilabel:`...`)
25+
a. Navigate to your Atlas cluster. Click the ellipsis (:guilabel:`...`)
3226
button and select :guilabel:`Migrate Data to this Cluster`.
3327
3428
.. figure:: /images/atlas-deployment.png
3529
:figwidth: 700px
30+
:alt: This image highlights the Migrate Data to this Cluster
31+
option on a cluster card in Atlas.
32+
33+
#. Click :guilabel:`General Live Migration`.
3634
---
3735
title: Click :guilabel:`I'm ready to migrate`.
3836
ref: click-ready-migrate

0 commit comments

Comments
 (0)