From 35c222d042516b3095c527cc7512416e7026bdd0 Mon Sep 17 00:00:00 2001 From: Maik Stuebner Date: Tue, 10 Aug 2021 06:10:16 +0200 Subject: [PATCH] readd IPA Known Issue --- migrate2rocky/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/migrate2rocky/README.md b/migrate2rocky/README.md index 2b1b01e..de36ade 100644 --- a/migrate2rocky/README.md +++ b/migrate2rocky/README.md @@ -88,6 +88,15 @@ you can use the following script to recreate the package default alternatives: rpm -qa --scripts java-{1.8.0,11}-openjdk-{headless,devel} | sed -n '/postinstall/, /exit/{ /postinstall/! { /exit/ ! p} }' | sh ``` +#### IPA fails to start after migration + +This issue is caused by a version mismatch due to the way that modules work that +trick ipa into thinking that the package was downgraded even if it was not. To +fix this issue run the following command after migration: +``` +ipa-server-upgrade --skip-version-check +``` + ### Latest Version The latest version of this script can be found [here](https://github.com/rocky-linux/rocky-tools/).