Scroll to navigation

ipa-server-upgrade(1) IPA Manual Pages ipa-server-upgrade(1)

NAME

ipa-server-upgrade - upgrade IPA server

SYNOPSIS

ipa-server-upgrade [options]

DESCRIPTION

ipa-server-upgrade is executed automatically to upgrade IPA server when the IPA packages are being updated. It is not intended to be executed by end-users, unless the automatic execution reports an error. In this case, the administrator needs to identify and fix the issue that is causing the upgrade failure (with the help of /var/log/ipaupgrade.log) and manually re-run ipa-server-upgrade.

ipa-server-upgrade will:


* update LDAP schema
* process all files with the extension .update in /usr/share/ipa/updates (including update plugins).
* upgrade local configurations of IPA services

OPTIONS

Skip version check. WARNING: this option may break your system
Force upgrade (alias for --skip-version-check)
Show IPA version
Show help message and exit
Print debugging information
Output only errors
Log to given file

EXIT STATUS

0 if the command was successful

1 if an error occurred

April 02 2015 IPA