Minor migration guides
Migrations are necessary when updating to a new Strapi version includes 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 version, you only need to follow the guide to update 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.
Minor migration guides for Strapi v5β
- Migrating from 5.0.0+ to 5.1.0 (coming soonβ¦)
π Info
Minor migration guides for the previous major version of Strapi, Strapi v4, are available on the v4 documentation website.