Skip to main content

Migration guides

Migrations are necessary when upgrades to Strapi include breaking changes. The migration guides are sequential, meaning if there is more than 1 migration guide between your current version and the latest release, follow each guide in order.

If there is no specific migration guide between your current version and the latest release, you only need to follow the guide to upgrade Strapi.

Caution

Plugins extension that create custom code or modify existing code will need to be updated and compared to the changes in the repository. Not updating the plugin extensions could break the application.

v4 migration guides

v3 to v4 migration guides

Migrating from v3.6.x to v4.0.x revolves around 3 topics:

v3 migration guides

v3 migration guides are available in the v3 documentation.