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)