Hello,
we are installing a new keycloak server (23.0.3) over Red Hat using Oracle as the database. As a first attemp to start the server the database installatrion crashed due to disk space problems.
CREATE INDEX OWNER_KEYCLOAK.IDX_REDIR_URI_CLIENT ON OWNER_KEYCLOAK.REDIRECT_URIS(CLIENT_ID)]
2024-06-17 14:02:20,303 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: liquibase.exception.MigrationFailedException: Migration failed for changeset META-INF/jpa-changelog-3.2.0.xml::3.2.0-fixed::keycloak:
Reason: liquibase.exception.DatabaseException: ORA-01658: unable to create INITIAL extent for segment in tablespace DATA
The same happened in previous environtments and after solving the database problem the installation tried to start creating the whole installation script complaining about existing objects. We solved this issue by dropping the existing objects and trying again.
In the present scenario the database installation almost finished so it would be more complex to apply the same solution.
Is there any way (flag, etc…) to tell keycloak to continue with installation or to skip already created objects errors?
Thanks in Advance,
Carles