Search code examples
javascriptnode.jstypescriptmeteor

Migrating from meteor 1.8.3 to 2.6


I have an old project and I want to use MongoDB 5 which is supported by Meteor 2.6 and the current software that I'm using is on version 1.8.3. I understand and see the changelog and migration guide. I want to understand if, Can I go directly from 1.8.3 to 2.6 ? OR Do I need to do this incrementally from 1.8.3. to 1.9 to 2.0 ... 2.6 ?


Solution

  • Following the ChangeLog and the migration guide Incrementally was the way to go for me.