Hello team,
We are using twenty as self host and currently on version 1.8.1
I see the latest elease version is 1.10.1
When I try to upgrade from 1.8.1 to 1.10.0 as there is no 1.9.xxx in between I get the error . Can you please suggest what I need to do to be on the latest version

10 Replies
Please refer to this issue https://github.com/twentyhq/twenty/issues/15609
GitHub
Migration from 1.8.2 to 1.10.0 failed · Issue #15609 · twentyhq/t...
Bug Description After upgrading to 1.10.0 from 1.8.2, I am unable to login and I get schema error (missing columns). Core > Workspace > Version still displays 1.8.2 despite docker logs saying...
Hey there, indeed there s no 1.9
Could you please share twenty server logs ? If they do not look the same than in the above GitHub issue ?
yes please try to update from 1.8.x to 1.10.1
@Prastoin here are my logs
:~/twentycrm$ docker logs -f twentycrm-server-1
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
Running database setup and migrations...
psql: error: invalid URI query parameter: "rejectUnauthorized"
I am on self host and my db is hosted on aws rds
Please share the whole logs
Have you been mutating your db credentials by any chances ?
for this container - twentycrm-server-1
the only logs that exists is the one I shared..
I have not really made any changes in my db connection recently if that what you mean to ask. Else please clarify a bit further.
This is there in my env file -
PG_DATABASE_URL=postgres://postgres:xxxx@xxx:xxxx/postgres?sslmode=require&rejectUnauthorized=false
@azmat have you been activating calendar feature flag ? migrations might fail because of related issue
Please refer to this issue https://github.com/twentyhq/twenty/issues/15609 in order to determine if it's the same issue
hey @prastoin thanks for the inputs .. I have managed to upgrade to 10.2 the latest version.. the problem was in the conenctionstring that I shared above in the logs.
Hey hazmat cool ! Congrats thanks for sharing the root cause
Great ! Enjoy twenty (working version 😜)