Migrating to Meteor 1.9.3

How to migrate your application to Meteor 1.9.3.

Most of the new features in Meteor 1.9.3 are either applied directly behind the scenes (in a backwards compatible manner) or are opt-in. For a complete breakdown of the changes, please refer to the changelog.

The above being said, there is a fix to an error that you might get to note.

MongoError unsupported retryable writes

If you get the error MongoError: This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string., append retryWrites=false to your MongoDB connection string.

Migrating from a version older than 1.9?

If you’re migrating from a version of Meteor older than Meteor 1.9, there may be important considerations not listed in this guide (which specifically covers 1.9 to 1.9.3). Please review the older migration guides for details:

Edit on GitHub
// search box