Reposoft / openidc-keycloak-test

zmartzone/mod_auth_openidc and keycloak combined - self hosted cloud auth
19 stars 6 forks source link

Use MySQL (mariadb) instead of postgres #16

Closed solsson closed 7 years ago

solsson commented 7 years ago

There is also the branch keycloak-ha-mysql that tries to mimic https://github.com/Yolean/kubernetes-mysql-cluster in docker-compose, but it is more WIP than this branch.

solsson commented 7 years ago

Closing this because Mysql restarts after initialization from empty data volume, and Keycloak won't retry its JDBC connection. This makes it a bad fit for docker-compose, despite being a good fit for production.