TwentyT
Twenty7mo ago
9 replies
thilles

Db issues from v0.52.11 to v0.53

Hi, I'm trying to do the update process 0.51 -> 0.52 -> 0.53 -> 0.54 -> 0.55 -> 0.60 -> 1.0 following the upgrade guide.
Self-hosting on a VM using docker compose.

0.51 to 0.52 went like expected, and I can access twenty ui. But when trying to 0.53 I can't login anymore. I'm using Microsoft OIDC and the login screen just keeps kicking me back to the welcome modal.

I think the problem lies with the database somehow.. Any pointers?

user:my-infra/ $ echo 'echo $APP_VERSION; exit' | docker exec -i twenty-server sh        
v0.52.11
user:my-infra/ $ echo 'SELECT version FROM core.workspace;' | docker exec -i twenty-db psql -U postgres                                            
ERROR:  relation "core.workspace" does not exist
LINE 1: SELECT version FROM core.workspace;
                           ^
Was this page helpful?