Migrating to Meteor 2.13

How to migrate your application to Meteor 2.13.

Most of the new features in Meteor 2.13 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.

In order to correctly run projects in Meteor 2.13 with Docker, you will need to update your Dockerfile to use our Docker image that contains Nodejs v14.21.4.

If you are using Meteor Cloud default base image, you don’t need to change anything. If you are using a custom image, please update it accordingly to use the docker image provided or make sure you are using our Node.js 14.21.4 with the security updates.

Known Issues in Meteor 2.13

This issue was solved in Meteor 2.13.3.

When migrating to Meteor 2.13, some users might encounter the following error when updating:

Error: incorrect data check
    at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
 => awaited here:
 ...
    at /tools/cli/main.js:1165:7 {
  errno: -3,
  code: 'Z_DATA_ERROR'
  }

Solution

The solution for this issue is running the following command in your terminal:


curl https://install.meteor.com/\?release\=2.13.3 | sh

Migrating from a version older than 2.12?

If you’re migrating from a version of Meteor older than Meteor 2.12, there may be important considerations not listed in this guide. Please review the older migration guides for details:

Edit on GitHub
// search box