Hi there! Selfhosted. upgrading 0.42.18 with spilo image and proper working state (all migrations and upgrade command successfully. all green and without issues). Followed upgrade guide to new postgres:16 image, with proper dumps and restore on new db. All running ok and started new 0.43.5 image successfully with new DB (https://twenty.com/developers/section/self-hosting/upgrade-guide#v0.42.0-to-v0.43.0).
0.43.5: -
yarn database:migrate:prod
yarn database:migrate:prod
without issues. (all green) -
yarn command:prod upgrade
yarn command:prod upgrade
with error on sync metadata object without details to check on db for any broken record.
Front doesn't render object list, but I do have access if I use url to change between them. Any ideas?? Anyone had similar errors? Thanks!!