Migration users from 18 to 26

My current issue:

I have a running Keycloak 18 instance that is actively used in production.
On another server, I have deployed Keycloak 26 and configured it to match the Keycloak 18 setup as closely as possible. The new Keycloak 26 instance is working correctly.

The remaining problem is migrating all users from Keycloak 18 to Keycloak 26 while keeping their existing login credentials (username and password unchanged).

The challenge is that export/import commands are not available or cannot be used on my Keycloak 18 instance.

What is the recommended way to migrate users in this case?

The recommended way for an upgrade is to do it in-place, not migrating it to another environment.

I don’t see a reason, why im-/export should not work or should not be available.

You can still do a manual database export and import. Well… good luck…

Big thanks for advice.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.