T
Twenty3w ago
fjcero

Upgrading to 0.53.x from 0.52.0

I just upgraded from 0.52.0 to 0.53.2 I'm not sure how to understand this issue of Upgrade for workspace 20202020-1c25-4d02-bf25-6aeccf7ea319 ignored as is already at a higher version.
No description
4 Replies
fjcero
fjceroOP3w ago
I mean, unless I need to be positioned on 0.52.11 before migrating, and/or migrating to tag 0.53.0 first Initially, the migration to 0.53 failed. I'm running this in ECS and building the image by myself, checking out the code to the specific tag wait I found the issue I upgraded to 0.53.0, but the deploy was failing But when I moved to 0.53.0 I ran the upgrade commands, and the workspace version got upgraded to 0.53.0 as well Since 0.53.0 keep failing, I moved the tag to 0.53.2. Then tried to run the command above and I got that error I ended up modifying the workspace version in the DB manually to 0.52.0 and then run the migrations with 0.53.2 This worked for me so you can disregard, maybe it helps for other debugging Well I found another problem tho
Prastoin
Prastoin3w ago
What was the value initially? Was it between 0.52.0 and 0.52.6 as describe in https://discord.com/channels/1130383047699738754/1371872441449844787 Please feel free to share
fjcero
fjceroOP3w ago
Yes correct, was 0.52.0 either way, I moved to 0.52.11 and run the migrations I got this
[Nest] 179 - 05/14/2025, 5:22:46 AM LOG [WorkspaceSyncFieldMetadataRelationService] Generating migrations
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [RelationColumnActionFactory] Column name not found for current or altered field metadata, can be due to a missing or an invalid target column map. Current column name: undefined, Altered column name: authorId.
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [WorkspaceSyncMetadataService] Sync of standard objects failed with:
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [WorkspaceSyncMetadataService] Error: Column name not found for current or altered field metadata
[Nest] 179 - 05/14/2025, 5:22:46 AM LOG [WorkspaceSyncFieldMetadataRelationService] Generating migrations
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [RelationColumnActionFactory] Column name not found for current or altered field metadata, can be due to a missing or an invalid target column map. Current column name: undefined, Altered column name: authorId.
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [WorkspaceSyncMetadataService] Sync of standard objects failed with:
[Nest] 179 - 05/14/2025, 5:22:46 AM ERROR [WorkspaceSyncMetadataService] Error: Column name not found for current or altered field metadata
which I'm trying to figure out now what it is
Prastoin
Prastoin3w ago
Before running 0.52.11 upgrade have you correctly modify your workspace version to 0.51.0 in order for upgrades to be applied ? If yes we have indeed a problem About to try to reproduce your errors In few hours

Did you find this page helpful?