Mongo: Backup Restore

Untuk melakukan backup dan restore untuk mongodb:

# backup database blog
mongodump --db blog --out /home/eddys/dumps/blog_db

# restore database blog
mongorestore --db blog --drop /home/eddys/dumps/blog_db/blog

Leave a comment

I’m Eddy

Dive into my world where every page is a celebration of knowledge, particularly my fascination with computer science. Join me in this journey of exploration and learning—save the day by bookmarking knowledge that spans the breadth of computer science. Enjoy the read, and may each visit offer you something valuable to take away!


Let’s connect