Upgrade to v0.33 sync of standard objects failed

Hi Team! I've just completed the migration from the old PostgreSQL image over to Spilo. I've restored my old database to the new Spilo container and everything is looking good (I think) except that I've seen errors that the metadata is missing it's version and the migration command to 0.33 is failing. Here are the images I'm using:
twentycrm_server_image = "twentycrm/twenty:v0.33.0" # Also used for worker image
twentycrm_db_image = "twentycrm/twenty-postgres-spilo:v0.33.0"
twentycrm_redis_image = "redis/redis-stack-server:latest"
twentycrm_server_image = "twentycrm/twenty:v0.33.0" # Also used for worker image
twentycrm_db_image = "twentycrm/twenty-postgres-spilo:v0.33.0"
twentycrm_redis_image = "redis/redis-stack-server:latest"
I've attached a screenshot of the errored logs as well hoping that it helps. When attempting to login, I do get a 500 server error (second screenshot)
No description
No description
5 Replies
Raph
Raph3d ago
I can't see those screens.
Skyfox675
Skyfox675OP3d ago
Sorry I was really hoping I could capture all of the output.. Here's what's left of my terminal scrollback for the migration script:
No description
Skyfox675
Skyfox675OP3d ago
Here's the Server 500 generated on login:
No description
Raph
Raph3d ago
what is your container health looking like? Also, what version did you upgrade from?
Skyfox675
Skyfox675OP2d ago
All containers are up, no restarts, I don't have the worker running at the moment until the migration script has completed successfully. upgrading from: twentycrm/twenty:v0.32.3 -> twentycrm/twenty:v0.33.0 twentycrm/twenty-postgres:v0.32.3 -> twentycrm/twenty-postgres-spilo:v0.33.0

Did you find this page helpful?