KEYCLOAK-13267 Add note to upgrade guide about keycloak-admin-client version

Add note to upgrade guide that keycloak-admin-client versions must match server version
This commit is contained in:
Thomas Darimont 2020-05-22 23:20:33 +02:00 committed by Marek Posolda
parent 7139636c0e
commit d167636534
2 changed files with 11 additions and 0 deletions

View file

@ -14,3 +14,8 @@ include::../migrate_themes.adoc[leveloffset=1]
== Upgrading {project_name} Adapters
include::../upgrade_adapters.adoc[leveloffset=1]
== Upgrading {project_name} Admin Client
include::../upgrade_admin_client.adoc[leveloffset=1]

View file

@ -0,0 +1,6 @@
[[_upgrade_admin_client]]
It is important that you upgrade the {project_name} server first, and then upgrade the admin-client. Earlier versions of the
admin-client might work with later versions of {project_name} server, but earlier versions of {project_name} server might not
work with later versions of the admin-client. It is recommended to use the admin-client version that matches the used
{project_name} server version.