Problem with migration
Hey everyone,
I was running Twenty on version
Then I updated my worker to use
In my worker logs I’m getting this error during the upgrade process:
- currentVersion (migrating to): 1.7.6
- fromWorkspaceVersion: 1.6.0
- 1 commands
[Nest] ERROR [UpgradeCommand] Error in workspace b752764a-2dfd-4ffc-80ae-07307fbdd7c4: Unable to run the upgrade command. Aborting the upgrade process.
Please ensure that all workspaces are on at least the previous minor version (1.6.0).
If any workspaces are not on the previous minor version, roll back to that version and run the upgrade command again.
Do you have any procedure or recommended steps I should follow to properly upgrade from
Should I roll back and update version by version?
Thanks in advance
I was running Twenty on version
v1.2.1 without issues. Then I updated my worker to use
:latest in order to get the newest version, but now everything is broken. In my worker logs I’m getting this error during the upgrade process:
- currentVersion (migrating to): 1.7.6
- fromWorkspaceVersion: 1.6.0
- 1 commands
[Nest] ERROR [UpgradeCommand] Error in workspace b752764a-2dfd-4ffc-80ae-07307fbdd7c4: Unable to run the upgrade command. Aborting the upgrade process.
Please ensure that all workspaces are on at least the previous minor version (1.6.0).
If any workspaces are not on the previous minor version, roll back to that version and run the upgrade command again.
Do you have any procedure or recommended steps I should follow to properly upgrade from
1.2.1 to the latest version without breaking the worker? Should I roll back and update version by version?
Thanks in advance