Mongo DB, dump data to another instance
Mar 22, 2023 · 2 min read · To copy all the data from your hello1 EC2 instance to your new hi2 EC2 instance, you can use the mongodump and mongorestore commands. Here are the high-level steps to follow: On the hello1 EC2 instance, use the mongodump command to create a backup o...
Join discussion

