|
1 |
| -.. guide:: |
2 |
| - title: Migrate from mLab to MongoDB Atlas |
3 |
| - author: MongoDB Documentation Team |
4 |
| - type: Getting Started |
5 |
| - level: beginner |
6 |
| - product_version: 4.0 |
7 |
| - result_description: |
| 1 | +:orphan: |
8 | 2 |
|
9 |
| - .. include:: /includes/mlab-mongodb.rst |
| 3 | +================================== |
| 4 | +Migrate from mLab to MongoDB Atlas |
| 5 | +================================== |
10 | 6 |
|
11 |
| - .. include:: /includes/live-migration-description.rst |
| 7 | +.. default-domain:: mongodb |
12 | 8 |
|
13 |
| - This guide will walk you through how to use the Atlas Live |
14 |
| - Migration Service to migrate data from mLab to MongoDB Atlas. |
15 |
| - time: 20 |
16 |
| - prerequisites: |
17 |
| - .. include:: /includes/steps/migrate-mlab-pr.rst |
18 |
| - |
19 |
| - check_your_environment: |
20 |
| - Free (Sandbox) and Shared Plan Migration |
21 |
| - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
22 |
| - |
23 |
| - Due to limitations on mLab Sandbox and Shared plan database access, |
24 |
| - the only way to migrate data to Atlas is to pipe :manual:`mongodump |
25 |
| - </reference/program/mongodump/>` to :manual:`mongorestore |
26 |
| - </reference/program/mongodump/>`. |
27 |
| - |
28 |
| - It is possible to `upgrade |
29 |
| - <https://docs.mlab.com/subscriptions/#change-plans>`_ an mLab |
30 |
| - Sandbox deployment to a Dedicated deployment, but database downtime |
31 |
| - is required. You can upgrade a Shared deployment to a Dedicated |
32 |
| - deployment with no downtime by using a rolling upgrade procedure, |
33 |
| - as described in the `mLab documentation |
34 |
| - <https://docs.mlab.com/subscriptions/#change-plans-using-rnr>`_. |
35 |
| - |
36 |
| - Dedicated Plan Migration |
37 |
| - ~~~~~~~~~~~~~~~~~~~~~~~~ |
38 |
| - |
39 |
| - You can migrate data in an mLab Dedicated deployment to Atlas with |
40 |
| - no database downtime by using the `Atlas Live Migration Service |
41 |
| - <https://docs.atlas.mongodb.com/import/live-import/>`_. The |
42 |
| - following procedure will help you prepare your data for |
43 |
| - migration. |
44 |
| - |
45 |
| - procedure: |
46 |
| - .. include:: /includes/steps/migrate-mlab.rst |
47 |
| - |
48 |
| - .. include:: /includes/live-migrate-support.rst |
49 |
| - |
50 |
| - summary: |
51 |
| - You created an Atlas cluster, migrated data from your old mLab |
52 |
| - cluster, and updated your applications to use the new Atlas |
53 |
| - cluster. Congratulations and welcome to MongoDB Atlas! |
54 |
| - whats_next: |
55 |
| - * :doc:`Connect to MongoDB </server/drivers>` |
| 9 | +.. include:: /includes/mlab-mongodb.rst |
0 commit comments