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

浙公网安备 33010602011771号