MongoDB备份还原(Shell) Posted on 2015/09/13 by neohope — No Comments ↓ 1、备份 mongodump --host localhost --port 27027 -d test -c patient -o D:\Database\MongoDB3\backup 2、还原 mongorestore --host localhost --port 27027 --drop -d test D:\Database\MongoDB3\backup Share the post "MongoDB备份还原(Shell)" FacebookTwitterShare…