Skip to content

Meteor 3.0 Migration Guide

You are reading the migration guide for Meteor 3!

This is a live document which will be updated as development progresses.

This guide is for users with Meteor 2.x projects understand the changes between Meteor 2.x and Meteor 3.0. It's not required to read this guide before starting with Meteor 3.0. To learn Meteor 3.0, we recommend reading the new documentation.

What's the status of version 3.0?

Meteor 3.0 is currently in its Release Candidate (RC) phase, a nearly final version ready for final testing ahead of the official launch.

Latest version: 3.0-rc.1
Node.js version: 20.11.1 LTS
NPM version: 10.2.4

How to test Meteor 3.0?

You can create a new Meteor 3.0 project by running the command below:

bash
meteor create my-new-project --release 3.0-rc.1

How to update from version 2?

You can update your Meteor 2.x project by running the command below inside your project folder:

bash
meteor update --release 3.0-rc.1
meteor reset #resets local DB and project to a fresh state

What this guide will cover?

This guide covers the necessary topics for migrating your application from Meteor 2.x to Meteor 3.0, including:

External Resources

We are aware of these articles and guides to assist with your migration:

Videos

Migrating apps to Meteor 3.0:


If you have a migration guide, either in video or text format, please share it with us to include here.