Mongorestore of a db causing me trouble

前端 未结 6 834
猫巷女王i
猫巷女王i 2020-12-29 19:26

I\'m new to MongoDB and I have hard time to backup my local DB and restore it on my server. I found the link on Mongo\'s website : http://www.mongodb.org/display/DOCS/Import

6条回答
  •  攒了一身酷
    2020-12-29 19:38

    It must be any other directory in a dump directory. So, remove the directory first and re-run the command mongorestore -d db dump/db

提交回复
热议问题