Details
-
Bug
-
Resolution: Duplicate
-
Minor - P4
-
None
-
None
-
None
-
None
Description
After syncing a 1.8.4 node from a 2.0.5 node, we get the following result:
testreplset:PRIMARY> db.foo.getIndexes()
[
{
"name" : "id",
"ns" : "test.foo",
"key" :
,
"v" : 0
},
{
"v" : 1,
"key" :
,
"ns" : "test.foo",
"name" : "x_1"
}
]
testreplset:PRIMARY> db.serverStatus().version
1.8.4
testreplset:PRIMARY>
Add a note to http://www.mongodb.org/display/DOCS/Index+Versions that this is another situation that requires reindexing, as 1.8.4 cannot use the new indexes.
Attachments
Issue Links
- duplicates
-
DOCS-654 Migrate Index Versions Doc
-
- Closed
-