Hello,
How do I migrate my mongo db from one computer to another. PS. Project is the same, but I want to move the db data… How do I go about that?
Hello,
How do I migrate my mongo db from one computer to another. PS. Project is the same, but I want to move the db data… How do I go about that?
mongodump
and mongorestore
, read here: https://docs.mongodb.com/manual/core/backups/#back-up-with-mongodump
Really easy once you get the hang of it, I do it all the time. Works well on less-than-massive datasets.