Upgrade Keycloak version 18.0 to 25.0

Hi all,
I’m trying to upgrade from v18 to 25 but that seems to be tricky.

when trying to do one step upgrade i saw some issue related to liquibase Upgrade liquibase version to avoid a bug where a changeset is execute… by vramik · Pull Request #23560 · keycloak/keycloak · GitHub

so i tried to do two hoop upgrade

18->21.1.2->25.0 but im always getting timeout in the migration part.

following this topic:

i tried to prolong the timeout of QUARKUS since i got this in my logs

: org.hibernate.HibernateException: Transaction was rolled back in a different thread!

but it didn’t help

i also tried to do another hoop i.e. 18->19->21->25 but each hoop that include upgrade to 21 is also falling in the migration with the same errors

any idea anyone?

@amir4895 follow the initial discussion. See my reply. Did you find the quarkus.properties file in the keycloak conf folder? /opt/keycloak/conf?

Answer in the first discussion thread please.