1
2ipa-server-upgrade(1) IPA Manual Pages ipa-server-upgrade(1)
3
4
5
7 ipa-server-upgrade - upgrade IPA server
8
10 ipa-server-upgrade [options]
11
13 ipa-server-upgrade is executed automatically to upgrade IPA server when
14 the IPA packages are being updated. It is not intended to be executed
15 by end-users, unless the automatic execution reports an error. In this
16 case, the administrator needs to identify and fix the issue that is
17 causing the upgrade failure (with the help of /var/log/ipaupgrade.log)
18 and manually re-run ipa-server-upgrade.
19
20 ipa-server-upgrade will:
21
22 * update LDAP schema
23 * process all files with the extension .update in
24 /usr/share/ipa/updates (including update plugins).
25 * upgrade local configurations of IPA services
26
27
29 --skip-version-check
30 Skip version check. WARNING: this option may break your system
31
32 --force
33 Force upgrade (alias for --skip-version-check)
34
35 --version
36 Show IPA version
37
38 -h, --help
39 Show help message and exit
40
41 -v, --verbose
42 Print debugging information
43
44 -q, --quiet
45 Output only errors
46
47 --log-file=FILE
48 Log to given file
49
50
51
52 EXIT STATUS
53 0 if the command was successful
54
55 1 if an error occurred
56
57
58
59IPA April 02 2015 ipa-server-upgrade(1)