We have a mongo(v3.0.3) database->collections which is in mmap storage engine.
We are trying to change it to wiredtiger
we tried the process below.But we still see the same old storage engine
http://docs.mongodb.org/master/release-notes/3.0-upgrade/#change-storage-engine-to-wiredtiger
Can some one help us with the steps to follow in migrating?
When I restore data it gives the below error messages
mongorestore --collection testCollections --db TestDataBase /backup/TestDataBase/testCollections.bson
error: E11000 duplicate key error index: TestDataBase.testCollections.$_id_ dup key: { : ObjectId('55f50ea2f7ec8be2e035800f') }