[self hosted] broken after upgrade to 1.3.0
Hi. I am getting this issue and I am unsure how to fix this. Maybe someone can help me? On workspace load, I am getting error in an API call:
Request
Response
It seems like a graphql schema migration issue but I am unable to figure out a fix. I also get the same error in
FindManyFavorites
query12 Replies
@hassaanz what version of Twenty are your running
and what do you see in your core.workspace table in version column?
I just upgraded to 1.4.0. Let me have a look at the db table and get back
it seems that something went wrong while upgrading to 1.3.0
this is an error linked to 1.3.0
Yes. I got the error when I upgraded to 1.3.0
ok, let's go back to 1.3.1 first 🙂
currently, we still need to go through each version and make sure it's working fine everytime
what version do you originally come from (before starting upgrading?)
oh...
I just did a docker pull to latest
I think I missed a few migrations
I am not sure. I think I was on 1.2.0
ok !
Do you suggest going back to 1.3.1 and then upgrade step by step?
This will be supported in October
for now you need to put 1.3 in your docker-compose / .env
docker compose up -d
make sure it's working
then you can move to 1.4
Yup. Let me try it out
I recommend not leaving "latest" in your .env, it's a bit dangerous for a production setup
Thanks for the tip
Is it possible I can contribute to this somehow? I belive this is related to DB migrations. Maybe a github issue I can pick up?
I am going back to 1.3.0 and report back
So I went down to 1.3.0 and the issue was still there. So I went down to 1.2.0 and was able to fix this. Now I am going up incrementally.
Is there a difference between 1.3.0 and 1.3? These are two different tags on docker images