Summary: After upgrading Keycloak docker image version from 18.0.2 to 19.0.2 database auto migration does not take place and all the data post upgrade is still present in database but not visible in admin console.
Steps to reproduce:
1.Start MySQL database and create user/database for Keycloak
2.Start Keycloak version 18.0.2
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -e KC_DB_URL_HOST=mysql -e KC_DB_URL_PORT=3306 -e KC_DB_URL_DATABASE=keycloak_db -e KC_DB_USERNAME=mysql_user -e KC_DB_PASSWORD=mysql_password quay.io/keycloak/keycloak:18.0.2 start-devIs there some step that I am missing? Why I am unable to see realm created in previous version of Keycloak?
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/5ae3ad93-df03-40e5-9f6b-3dd34b42f1f6n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/fa27084b-9461-4793-b97b-d31497e85eaan%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/d7bf269a-c5b1-44f3-872f-504fcb99b49an%40googlegroups.com.