Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdarimont/9a752c226002c3b487a995fa7780d5df to your computer and use it in GitHub Desktop.
Save thomasdarimont/9a752c226002c3b487a995fa7780d5df to your computer and use it in GitHub Desktop.
Upgrade Keycloak Database #settings

Because of Arjuna timeout / closing the connection after 5 mins, setting following additional JAVA_OPTS might help:

-Dquarkus.transaction-manager.default-transaction-timeout=3600
-Dkeycloak.migration.batch-enabled=true
-Dkeycloak.migration.batch-size=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment