Upgrading NFO
You upgrade a single instance of NFO by installing the latest version over your existing installation. During the upgrade the installer package preserves all NFO configurations, except configuration files changed manually. These files, if changed, are backed up into conf-backup.<date>.tar.gz file (<date> is archive date), and should be restored manually, if necessary. The following is a list of some configuration files.
File | Purpose |
---|---|
$NFO_HOME/tomcat/bin/setenv.sh | Environment variables |
$NFO_HOME/tomcat/conf/.tomcat_keystore | Default self-signed certificate |
$NFO_HOME/tomcat/conf/.truststore | External Data Feeder for NFO certificate |
$NFO_HOME/tomcat/conf/server.xml | Keystore password |
$NFO_HOME/server/etc/server.cfg | Server configuration (Note: some Web GUI configurations are in this file as well) |
$NFO_HOME/java/jre/lib/security/cacerts | Trusted certificates imported into Java Runtime cacerts keystore |
note
After upgrade, validate default configuration and restore from the backup if it is required. If you didn’t modify these files, ignore the caution.