From 324757316b52560853bb06362a26a95385453f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Barto=C5=A1?= Date: Fri, 14 Feb 2025 16:54:26 +0000 Subject: [PATCH] Improve docs about JPA provider configuration for DB migration strategy (#37080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #37079 Signed-off-by: Martin Bartoš --- docs/guides/attributes.adoc | 1 + docs/guides/server/db.adoc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/guides/attributes.adoc b/docs/guides/attributes.adoc index 3382ff849d7..b2d3f85f9ab 100644 --- a/docs/guides/attributes.adoc +++ b/docs/guides/attributes.adoc @@ -29,5 +29,6 @@ :quickstartRepo_name: Keycloak Quickstarts Repository :quickstartRepo_dir: keycloak-quickstarts :securing_apps_link: https://www.keycloak.org/guides#securing-apps +:upgrading_guide_link: {project_doc_base_url}/upgrading/ :kc_js_path: /js :kc_realms_path: /realms diff --git a/docs/guides/server/db.adoc b/docs/guides/server/db.adoc index 51faa046888..f3c44c51f13 100644 --- a/docs/guides/server/db.adoc +++ b/docs/guides/server/db.adoc @@ -342,4 +342,6 @@ In the same way the migrationExport to point to a specific file and location: .Setting the `migration-export` for the `quarkus` provider of the `connections-jpa` SPI <@kc.start parameters="--spi-connections-jpa-quarkus-migration-export=/"/> +For more information, check the link:{upgrading_guide_link}#_migrate_db[Migrating the database] documentation. +