Cloning MongoDB database with MongoDB Compass

Viewed 5192

Is there a way to Clone a MongoDB database and its data with MongoDB Compass to my local server? I do not want to corrupt the dev environment by accident so I want to test things out locally, but I can't find a solution for that on MongoDB Compass.

1 Answers
Related