From 142ce12645fc914f8c1e92cb555c1d0afb18b43b Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Sat, 14 Aug 2021 20:07:35 +1200 Subject: [PATCH] Add note about mitigating Java alternatives issue before IPA issue. ipa-server-upgrade is a java program, and as such is subject to the issue with Java alternatives mentioned earlier in Known Issues. Add a note to reference mitigating the issue with Java alternatives before attempting to run ipa-server-upgrade. --- migrate2rocky/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migrate2rocky/README.md b/migrate2rocky/README.md index 4151cdd..25530d7 100644 --- a/migrate2rocky/README.md +++ b/migrate2rocky/README.md @@ -82,6 +82,9 @@ fix this issue run the following command after migration: ``` ipa-server-upgrade --skip-version-check ``` +> Note: Since ipa-server-upgrade is a java program you will likely have to run +> the command to mitigate the "Symbolic links to Java programs..." issue above +> before running this command. #### CentOS SIG repositories disappear after migrating to RockyLinux.