Tuesday, 17 September 2013

importing mongodb data across different versions

importing mongodb data across different versions

can I use mongodump to get the data dump from mongo version2.0 and do
mongorestore on mongo version 2.4. OR the best way is to use
mongoimport/mongoexport and use json as the data format?

No comments:

Post a Comment