Files
meteor/guide/source/2.13-migration.md
2023-08-10 19:55:31 -03:00

2.6 KiB

title, description
title description
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.

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: