CraftCMS upgrade issue from 3 to 4

25 Views Asked by At

I'm trying to upgrade CraftCMS 3 to 4 version successfully completed until database migration step, When i try to run php craft migrate/all command getting the bellow migration error,

enter image description here

columnSuffix column is currently missing in the fields table (before the migration run)

I really appreciate if i get a generous help from the community team to solve this issue.

1

There are 1 best solutions below

0
Gihan Dilusha On

I found a solution with the help of the support team, so the issue was i was trying to upgrade 3.5v directly to 4.00v, but the correct way is upgrade to 3.9v first and then upgrade to the 4.0v. Issue solved.