2015-04-02 07:14:15 -05:00
|
|
|
.\"
|
|
|
|
.\" Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
|
|
|
.\"
|
|
|
|
|
|
|
|
.TH "ipa-server-upgrade" "1" "April 02 2015" "FreeIPA" "FreeIPA Manual Pages"
|
|
|
|
.SH "NAME"
|
|
|
|
ipa\-server\-upgrade \- upgrade IPA server
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
ipa\-server\-upgrade [options]
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
ipa\-server\-upgrade is used to upgrade IPA server when the IPA packages are being updated. It is not intended to be executed by end\-users.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.TP
|
2015-05-26 00:52:50 -05:00
|
|
|
\fB\-\-skip\-version\-check\fR
|
2015-04-10 08:42:58 -05:00
|
|
|
Skip version check. WARNING: this option may break your system
|
|
|
|
.TP
|
|
|
|
\fB\-\-force\fR
|
|
|
|
Force upgrade (alias for --skip-version-check)
|
|
|
|
.TP
|
2015-04-02 07:14:15 -05:00
|
|
|
\fB\-\-version\fR
|
|
|
|
Show IPA version
|
|
|
|
.TP
|
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
Show help message and exit
|
|
|
|
.TP
|
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
|
|
Print debugging information
|
|
|
|
.TP
|
|
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
|
|
|
Output only errors
|
|
|
|
.TP
|
|
|
|
\fB-\-log-file=FILE\fR
|
|
|
|
Log to given file
|
|
|
|
.TP
|
|
|
|
|
|
|
|
.SH "EXIT STATUS"
|
|
|
|
0 if the command was successful
|
|
|
|
|
|
|
|
1 if an error occurred
|