-
Type: Bug
-
Resolution: Duplicate
-
Priority: Critical - P2
-
None
-
Affects Version/s: 2.6.0-rc0
-
Component/s: Tools
-
None
-
ALL
-
It appears that if a 2.4 DB which was backed up using MongoDump is then restored via MongoRestore into 2.6 and that dump contains an index which is too large to index, then the restore stops and leaves the DB incompleted.
Notice how the last line from MongoRestore is
Error creating index LearningLine.Conversation: 17282 err: "Btree::insert: key too large to index, failing LearningLine.Conversation.$find_messages_by_activity 1426 { : { Attachments: [], LastAttachmentId: 0, C..."
This is NOT the final collection to restore.
- duplicates
-
SERVER-12982 Could not restore backup data due to "key too large to index"
- Closed