Update from 7.0.1 to 11.0 / Script Based Auth

I need to update a keycloak server running 7.0.1 to 11.0. Does someone has experience how to do such a big version jump?

Any hint is very appreciated!

Thanks in advance.

Best regards,
Bernhard

can someone share his / her thoughts, please?

Finally, I get it working:

  • get a db dump or “create database xyz with template keycloak” in postgres db
  • use new keycloak docker image

Issues:

  • Own created Authentication flow wasn’t migrated successfully. I copied the original Browser authentication again and adapted it again.