UPGRADE MANUAL
==============
The FCI installation script (install.pl) does not overwrite existing files by
default. If you want to upgrade an existing FCI installation, run the installer
with the -u or --upgrade parameter after the optional other arguments you use
to customize the installation.
So if you want to upgrade to a new version of FCI that you installed with:
install.pl --verbose --client --server --owner joe
Simply run the same command, but with --upgrade appended:
install.pl --verbose --client --server --owner joe --upgrade
See the installation instructions in documentation/INSTALL.<OS> for more
information on the FCI installer.
|