mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 05:01:25 +00:00
Add command for fixing ipa to known issues
ipa sometimes fails to start after migration. We document this in known issues along with the command to fix it. Issue #82.
This commit is contained in:
parent
1529747183
commit
6603d6cc6e
@ -74,6 +74,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/).
|
||||
|
Loading…
Reference in New Issue
Block a user