CREATING DUMPS: MongoDB shell version: 2.5.0-pre- connecting to: test { "dropped" : "test", "ok" : 1 } MongoDB shell version: 2.5.0-pre- connecting to: test { "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:20.369 all dbs Mon Apr 8 14:30:20.370 DATABASE: test to dump-master/test Mon Apr 8 14:30:20.370 test.system.indexes to dump-master/test/system.indexes.bson Mon Apr 8 14:30:20.371 1 objects Mon Apr 8 14:30:20.371 test.coll to dump-master/test/coll.bson Mon Apr 8 14:30:20.371 0 objects Mon Apr 8 14:30:20.371 Metadata for test.coll to dump-master/test/coll.metadata.json MongoDB shell version: 2.2.3 connecting to: test { "dropped" : "test", "ok" : 1 } MongoDB shell version: 2.2.3 connecting to: test { "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:21 all dbs Mon Apr 8 14:30:21 DATABASE: test to dump-r2.2.3/test Mon Apr 8 14:30:21 test.coll to dump-r2.2.3/test/coll.bson Mon Apr 8 14:30:21 0 objects Mon Apr 8 14:30:21 Metadata for test.coll to dump-r2.2.3/test/coll.metadata.json RESTORE TESTING: ./master/bin/mongorestore dump-master MongoDB shell version: 2.5.0-pre- connecting to: test { "dropped" : "test", "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:21.537 dump-master/test/coll.bson Mon Apr 8 14:30:21.537 going into namespace [test.coll] Mon Apr 8 14:30:21.753 Created collection test.coll with options: { "create" : "coll" } Mon Apr 8 14:30:21.753 file dump-master/test/coll.bson empty, skipping Mon Apr 8 14:30:21.754 Creating index: { key: { _id: 1 }, ns: "test.coll", name: "_id_" } ./r2.2.3/bin/mongorestore dump-master MongoDB shell version: 2.2.3 connecting to: test { "dropped" : "test", "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:22 dump-master/test/coll.bson Mon Apr 8 14:30:22 going into namespace [test.coll] Mon Apr 8 14:30:22 Created collection test.coll with options: { "create" : "coll" } Mon Apr 8 14:30:22 file dump-master/test/coll.bson empty, skipping Mon Apr 8 14:30:22 Creating index: { key: { _id: 1 }, ns: "test.coll", name: "_id_" } Mon Apr 8 14:30:22 dump-master/test/system.indexes.bson Mon Apr 8 14:30:22 going into namespace [test.system.indexes] Mon Apr 8 14:30:22 warning: Restoring to test.system.indexes without dropping. Restored data will be inserted without raising errors; check your server log Mon Apr 8 14:30:22 Creating index: { key: { _id: 1 }, ns: "test.coll", name: "_id_" } 1 objects found ./master/bin/mongorestore dump-r2.2.3 MongoDB shell version: 2.5.0-pre- connecting to: test { "dropped" : "test", "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:22.864 dump-r2.2.3/test/coll.bson Mon Apr 8 14:30:22.864 going into namespace [test.coll] Mon Apr 8 14:30:23.157 Created collection test.coll with options: { "create" : "coll", "capped" : { "$undefined" : true }, "size" : { "$undefined" : true } } Mon Apr 8 14:30:23.157 file dump-r2.2.3/test/coll.bson empty, skipping Mon Apr 8 14:30:23.157 Creating index: { key: { _id: 1 }, ns: "test.coll", name: "_id_" } ./r2.2.3/bin/mongorestore dump-r2.2.3 MongoDB shell version: 2.2.3 connecting to: test { "dropped" : "test", "ok" : 1 } connected to: 127.0.0.1 Mon Apr 8 14:30:23 dump-r2.2.3/test/coll.bson Mon Apr 8 14:30:23 going into namespace [test.coll] assertion: 15936 Creating collection test.coll failed. Errmsg: exception: specify size: when capped is true