How to migrate an existing cluster?
topfblumen opened this issue · 0 comments
topfblumen commented
Hi ✌️
do you have some best practice on upgrading the Keycloak Cluster?
I am using following construct with version 15 but need to have version 18 1 because of query custom attributes.
new KeyCloak(this, 'KeyCloak', {
keycloakVersion: KeycloakVersion.V15_0_2,
...
});
So what will be the behaviour of changing it to KeycloakVersion.of('18.0.2')
?