[keycloak-dev] Database migration support added

Stian Thorgersen stian at redhat.com
Tue Oct 14 04:45:52 EDT 2014


I've added database migration support. In summary:

* JPA migration is done with Liquibase
* Mongo migration is done in a similar way, but no 3rd party lib (Mongo is easier as it's schema-less and single vendor)
* connectionsJpa and connectionsMongo will automatically update the database (if databaseSchema = update)

For more details look at https://github.com/keycloak/keycloak/blob/master/misc/UpdatingDatabaseSchema.md

If there's any issues let me know!


More information about the keycloak-dev mailing list