Skip to content

Instantly share code, notes, and snippets.

@dasniko
Created May 10, 2023 05:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dasniko/f074aeab81eb941cc3b2caaf96f4ca47 to your computer and use it in GitHub Desktop.
Save dasniko/f074aeab81eb941cc3b2caaf96f4ca47 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