Docs Menu
Docs Home
/ /

Migrate Your Data to MongoDB

Now that you have simplified your data model into five collections, you can migrate your data from PostgreSQL to MongoDB Atlas.

This task is the final step of the insurance data model example tutorial. Before you migrate your data, ensure you have access to a MongoDB Atlas cluster with dbAdmin permissions on the new database to where you will migrate the data.

1

In the top navigation bar, navigate to the Data Migration tab and click Create migration job. This opens the New Migration Job modal.

2

Click Use a saved connection and select your PostgreSQL database from the drop-down menu. After you input your username and password, click Connect.

3

Fill in the connection information for your MongoDB Atlas deployment and click Connect. Ensure that you specify the database where you want to migrate your data.

4

In this example, we will leave all options as default. This will migrate our data in Snapshot mode, which loads all your data at once.

After you review the options, click Review Summary

5

In the Review Summary stage, click Start to begin the migration job. The migration can take a couple of minutes.

Once ready, Relational Migrator displays the the COMPLETED tag in the Snapshot stage card. You can now connect to your database and view how all your data loaded in MongoDB Atlas or Compass.

  • Data Migration

Back

Refactor the Litigation Domain

On this page