Migration tooling for Strapi CMS, currently at version 0.1.5. This plugin is still a work in progress and not production ready. It provides migration capabilities for Strapi v4 content types, intended for data migration and import tasks. Key differentiators include a dedicated content migration approach within Strapi's plugin ecosystem. It requires Node.js >=12.x.x <=16.x.x and peer dependencies on @strapi/strapi ^4.1.8 and @strapi/utils ^4.1.8. No stable release cadence; last update in early 2023.
npm install strapi-plugin-migrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and enable the migration plugin in a Strapi v4 project.
Do not use in production environments.
Use Node.js 16 LTS or lower.
Use only with Strapi v4 projects.
Ensure package is installed and enabled in config/plugins.js.
Add migration to the plugins export in config/plugins.js.
Update @strapi/strapi to version ^4.1.8.