Docs Menu
Docs Home
/
MongoDB Atlas
/ /

Live Migrate: Pull Your Data into Atlas (MongoDB Before 6.0.13)

On this page

  • Go to Legacy Live Migration (Pull)
  • Legacy Live Migration (Pull) Methods

You can pull data from existing MongoDB deployments, JSON, or CSV files into Atlas using one of the following tools managed by Atlas within the Atlas UI.

To locate legacy ive migration (pull) in the Atlas UI:

1
  1. If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.

  2. Click the Organization Settings icon next to the Organizations menu.

    The Organization Settings page displays.

2

Click Live Migration in the sidebar.

The Live Migration to Atlas page displays.

3

If your source and destination clusters are running MongoDB 6.0.13+ or 7.0.8+, you can live migrate to Atlas using this procedure.

Method
Description
Use the Atlas user interface to pull a MongoDB replica set into an Atlas replica set cluster.
Live migrate a sharded cluster into Atlas

To live migrate a source sharded cluster that runs a MongoDB version 6.0.13 or earlier, upgrade the cluster to 6.0.13+ or 7.0.8+ and then live migrate it to Atlas using this live migration procedure.

Live migrate a standalone MongoDB node
Convert the standalone MongoDB node to a single-node replica set and then live migrate (pull) a cluster into Atlas. If you can't convert the standalone to a replica set, use mongorestore to migrate to Atlas.

Back

Legacy Migration