T
Twenty4w ago
azmat

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
No description
10 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
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...
Prastoin
Prastoin4w ago
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 ?
Guillaume
Guillaume4w ago
yes please try to update from 1.8.x to 1.10.1
azmat
azmatOP4w ago
@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
Prastoin
Prastoin4w ago
Please share the whole logs Have you been mutating your db credentials by any chances ?
azmat
azmatOP4w ago
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
Prastoin
Prastoin4w ago
@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
azmat
azmatOP4w ago
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.
Prastoin
Prastoin4w ago
Hey hazmat cool ! Congrats thanks for sharing the root cause
Guillaume
Guillaume4w ago
Great ! Enjoy twenty (working version 😜)

Did you find this page helpful?