Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/tutorial/roll-back-to-v1.8-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ format. If you need to roll back MongoDB to a version prior to 2.0,
you must *drop* and *re-create* your indexes.

To build pre-2.0 indexes, use the :method:`dropIndexes()
<db.collection.dropIndexes()>` and :method:.createIndex()
<db.collection.dropIndexes()>` and :method:`createIndex()
<db.collection.createIndex()>` methods. You *cannot* simply reindex
the collection. When you reindex on versions that only support
``{v:0}`` indexes, the ``v`` fields in the index definition still hold
Expand Down