I am upgrading my Mongo Database beacause the current version is not even suposed to be in production mode. You will understand right away:
The project I am working on use mongoDB server 2.7.3. This is a very early development/unstable release. So after updating the source code on an other website I am ready to swap from this old server to the new one.
What's missing is migration of data and here is my question :
This old mongoDB release don't allow to mongoDump. How can I safely transfer an important amout of data (around 50 go) to the new server ?
I am using Studio 3T (new robot 3t).
I have tried to export every collection as a JSON file but this doesn't save the index and types. Total is 5 GO whereas I have around 50 GO in DB I cannot export as Bson because I need mongodump to do so, well from what I found.
Any workaround ?