Strapi v3 to v4 Migration Using Codemods [ Strapi Migration Guide Part 2 ]

preview_player
Показать описание
#strapi
Strapi v3 to v4 Migration Using Codemods [ Strapi Migration Guide Part 2 ]
This tutorial video will cover how to use codemods when looking to migrate from Strapi v3 to v4. We will follow by example and convert a simple Strapi application from v3 to v4.

If you want to see how to use codemods for migration, this video is for you.

------------------------------------------------------------------------------------------------------------------------
Chapters
-------------------------------------------------------------------------------------------------------------------------

00:00 Introduction
00:30 Migration process overview
01:57 Codemods GitHub repo
02:16 Setting up Strapi v3 project
04:04 Don't point to the production database
04:50 Commit and change branches before running codemods
05:30 Using Strapi codemods for code migration
06:18 After codemods migration
07:27 Strapi Migration Documentation
07:57 Updating sqlite3 to better-sglite3
08:26 Remove old files update and rebuild
09:32 "Voila" it worked
09:55 Recap
11:24 Thank you and follow us on Discord

------------------------------------------------------------------------------------------------------------------------
Migration Resources
------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------
Resources
------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------
About
------------------------------------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

You guys have finally made it super simple to migrate from v3. Good job, and thank you!

opensourcerer
Автор

codemods is not working
always getting
A git directory was not found at /application_path
but
git rev-parse --show-toplevel -> this was giving me the path of the directory,
please respond, i am trying to upgrade to v4 in centos.

LakshmiPutrevu-qwlb
Автор

hi - a huge headache I'm having re: moving from 3 to 4 is that the JSON data returned is in a different format, but also the query requests from my application(s) also need to be in a very different format to even get that data. Do you have any guides as to how to approach these two very big problems ?

outthereactive
Автор

when creating a user account and you click save . what could cause instance of raw error ?

MohamadSafia-kb