|
5 | 5 | DynamoDB, please `contact us <https://mongodb.com/contact>`_
|
6 | 6 | for help with your migration.
|
7 | 7 |
|
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/>`_ |
14 | 9 | 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. |
18 | 11 |
|
19 | 12 | * Your current deployment is a MongoDB replica set or sharded cluster.
|
20 | 13 |
|
21 | 14 | If your deployment is currently a standalone instance, you must first
|
22 | 15 | :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. |
23 | 41 |
|
24 | 42 | * (Optional) Enabled authentication on your source deployment.
|
25 | 43 |
|
|
0 commit comments