Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered this issue when i migrate from 24.0.3 to 25.0.0, Please advise if anyone has faced this issues.
2024-11-15 12:34:42,836 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to update database
2024-11-15 12:34:42,836 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset META-INF/jpa-changelog-25.0.0.xml::25.0.0-org::keycloak:
Reason: liquibase.exception.DatabaseException: ERROR: relation "keycloak.org_pkey" does not exist
PL/pgSQL function public.changeowner_db_objects_func(name,name) line 3 at EXECUTE
PL/pgSQL function public.identify_schema_and_change_owner() line 1 at PERFORM [Failed SQL: (0) CREATE TABLE keycloak.ORG (ID VARCHAR(255) NOT NULL, ENABLED BOOLEAN NOT NULL, REALM_ID VARCHAR(255) NOT NULL, GROUP_ID VARCHAR(255) NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(4000), CONSTRAINT "ORG_pkey" PRIMARY KEY (ID))]
Beta Was this translation helpful? Give feedback.
All reactions