mongo 备份还原

备份:
mongodump -h host -d 数据库 -c 表 -o 文件位置 -u 用户

还原:
mongorestore -d 数据库 --dir 文件位置 -u 用户

如报错:Failed: error connecting to db server: server returned error on SASL authentication step: Authentication failed.
添加参数: --authenticationDatabase admin

posted @ 2022-08-24 09:58  sunmlight  阅读(33)  评论(0)    收藏  举报