Meteor 1.4 + Mongo version

Hi all,

Just wondering how the update process to MongoDB works with Meteor 1.4. Do we have to run some sort of migrate, or can we just clone out a new MongoDB 3.2 replica set and load a restore from a MongoDB 2 backup?

I’m wondering what the deployment process looks like for production apps.

Cheers,
Mark

Please see the 1.4 migration guide (‘Update to MongoDB 3.2’ section under ‘Recommendations’) for details on the DB upgrade methods available…

https://guide.meteor.com/1.4-migration.html

thanks so much, that was super helpful!