You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-docs/latest/update-migration-guides/migration-guides/v4/data-migration.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ Migrating a Strapi v3 project with a MongoDB database to Strapi v4 is a 2-step p
20
20
1. migrate from MongoDB to SQL with Strapi v3 (see [MongoDB migration](/developer-docs/latest/update-migration-guides/migration-guides/v4/data/mongo.md)),
21
21
2. migrate the SQL database from Strapi v3 to Strapi v4 (see [SQL migration](/developer-docs/latest/update-migration-guides/migration-guides/v4/data/sql.md)).
22
22
23
-
::: callout 🚧 Upcoming migration scripts
24
-
Scripts will be available soon to automate the migration of a SQL database from Strapi v3 to Strapi v4.
23
+
::: callout 🚧 Migration scripts
24
+
[Data migration scripts](https://github.com/strapi/migration-scripts) are currently in alpha/beta testing. Please feel free to share feedback in [the dedicated forum thread](https://forum.strapi.io/t/strapi-v4-migration-scripts-are-live-for-testing/18266).
0 commit comments