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.
This commit is contained in:
Peter Ajamian 2021-08-14 20:07:35 +12:00
parent f5e7738c68
commit 142ce12645
1 changed files with 3 additions and 0 deletions

View File

@ -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.