Keycloak Database creation - keycloak-database-update.sql

For anyone, who might be looking for the same and wants to execute the script manually, this might be helpful so I decided to post the solution.
In the connectionsJpa, set the below :

  1. initializeEmpty” to “false
  2. migrationStrategy” to “manual
  3. migrationExport” to the path you want the script to be generated.