MongoDB 备份(mongodump)与恢复(mongorestore)
摘要:备份: mongodump -h localhost:27017 -d test -o "D:\data\db1" 还原备份: D:\mongodb\bin>mongorestore -h localhost:27017 -d test --drop "D:\data\db1\test" 如果不加-
阅读全文
posted @ 2018-05-28 13:50
posted @ 2018-05-28 13:50