1.6.7 > 1.7 update breaks
I tried to move twenty up from 1.6.7 to latest version but the step to 1.7 breaks with the following server logs >
```
[Nest] 57 - 11/11/2025, 2:37:33 PM ERROR [WorkspaceSyncMetadataService] Sync of standard objects failed with:
[Nest] 57 - 11/11/2025, 2:37:33 PM ERROR [WorkspaceSyncMetadataService] EntityPropertyNotFoundError: Property "createHandoffFromDefaultAgent" was not found in "AgentEntity". Make sure your query is correct.
[Nest] 57 - 11/11/2025, 2:37:34 PM WARN [UpgradeCommand] Error in workspace 190912c7-59ee-4d6e-adf1-49f82825f99d: Property "createHandoffFromDefaultAgent" was not found in "AgentEntity". Make sure your query is correct.
PromiseMemoizer Event: A WorkspaceDataSource for workspace 190912c7-59ee-4d6e-adf1-49f82825f99d is being cleared. Actual pool closure managed by PgPoolSharedService. Not calling dataSource.destroy().
[Nest] 57 - 11/11/2025, 2:37:34 PM ERROR [UpgradeCommand] Error in workspace 190912c7-59ee-4d6e-adf1-49f82825f99d: Property "createHandoffFromDefaultAgent" was not found in "AgentEntity". Make sure your query is correct.
[Nest] 57 - 11/11/2025, 2:37:34 PM ERROR [UpgradeCommand] undefined
[Nest] 57 - 11/11/2025, 2:37:34 PM LOG [UpgradeCommand] Command completed!
Any idea how to fix this?
2 Replies
i tried manually SQL but nothing seem to work.
Hey seems to be a duplicated of https://discord.com/channels/1130383047699738754/1430251005534011523/1432561418535829557
Force restarting the container seems to be fixing the issue