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
posted @ 2018-05-19 00:27
posted @ 2018-05-13 23:39
posted @ 2018-05-12 23:47
posted @ 2018-05-09 23:10
posted @ 2018-05-09 00:47
posted @ 2018-05-03 23:58