From Local to Live: Moving Your MongoDB Data to Atlas
This blog gives you a clear understanding of how to migrate your data from MongoDb Compass to MongoDB Atlas (Cloud) . Follow these steps to migrate your data. Open your Mongodb atlas and go to Clusters. click on CONNECT button. You will be navigated to new popup showing different ways you can connect. click the compass option . After that you will see an connection string for connection .copy it. replace the <username> and <password> with your atlas username and password to complete the connection string . DEMO: mongodb+srv://<username>:<db_password>@myatlasclusteredu.cbedltk.mongodb.net/ go to mongodb compass. In the landing page you click on the + icon near the connection to create a new connection inside the connection details page, paste the url to establish the connection to atlas. after that you have you atla...