Can We migrate gatsby v2 to v5 directly #38806
Replies: 1 comment
-
... It can get tricky and yes quite a bit of debugging. Good starting point is to analyse the package json of current v2 project and make a spreadsheet. With these two sheets check compatibility , mark necessary remarks for components and proceed slowly - fix one problematic component at a time. I think you would benefit if you create a separate mvp using v5 gatsby and try to replicate a sample for each component and then copying over src folder & other files for testing; instead of directly trying to upgrade the whole v2 gatsby code base. Attaching link to gatsby release notes |
Beta Was this translation helpful? Give feedback.
-
We are using gatsby v2, want to migrate to v5. Is directly from v2 to v5 is possible?We are facing issues a lot.
Beta Was this translation helpful? Give feedback.
All reactions