Closed sanjulamadurapperuma closed 4 months ago
Let's try adding below config.
[user_store] type = "database_unique_id" properties.GroupIDEnabled = false
Thanks @sadilchamishka adding the above configuration prior to performing the migration helped mitigate the issue. Hope this will be added to the official migration documentation.
Kind reminder to add this to official docs.
Realated Migration Task: https://github.com/wso2/product-is/issues/19787
This was already added to the what has changed section: https://github.com/wso2-enterprise/migration-docs/blob/main/identity-server/migration-docs/is-7.0.0/what-has-changed.md#providing-group-unique-id-support
Since we are planning to provide a migration client(https://github.com/wso2/product-is/issues/19787) as well for the group unique id migration, for now I think it is enough to mention this in the what has changed section.
Describe the issue:
After a successful migration from v6.1.0 to v7.0.0, starting up the server, and entering the admin credentials to the console, the page is stuck at loading and the following error is thrown at the backend signifying that the role-related tables (i.e. UM_HYBRID_ROLE) have not been migrated properly.