Mongo DB, dump data to another instance
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...
vivekt.hashnode.dev2 min read