(Click to open topic with navigation)
This topic provides instructions to upgrade Moab Viewpoint to the latest release version using the RPM upgrade method. It includes instructions for migrating your database schema to a new version if necessary.
Because many system-level files and directories are accessed during the installation, the instructions in this guide should be executed with root privileges.
You will see that the instructions execute commands as the root user. Please note that the same commands will work for a non-root user with the sudo command.
3.28.1 Upgrade the Insight Server
Insight version 9.0.2 or 9.0.3 is required to upgrade to Insight version 9.1.0 or after.
Do the following:
[root]# mschedctl -s
[root]# service insight stop
[root]# cp -r /opt/insight /opt/insight-<version>-backup
Where <version> if the product version being backed up.
[root]# su - postgres [postgres]$ pg_dump moab_insight > /tmp/moab_insight_<version>.dump [postgres]$ pg_dump moab_insight_reference > /tmp/moab_insight_reference_<version>.dump [postgres]$ exit [root]# mv /tmp/moab_insight_<version>.dump /opt [root]# mv /tmp/moab_insight_reference_<version>.dump /opt
[root]# yum update moab-insight
[root]# ls -l /opt/insight/etc/config.groovy -rw-------. 1 insight insight 4687 Oct 24 17:57 /opt/insight/etc/config.groovy
JAVA_HOME="/usr/java/latest"
[root]# service insight start
Wait for and confirm the database upgrade completed. All data must be transferred before the upgrade is complete.
When the upgrade is completed, you will see output similar to the following in your /opt/insight/log/insight.log file.
2016-06-28T06:25:13.120-0600 main INFO com.ace.insight.data.service.dbinit.DbUpgradeService 0 Database has been upgraded to current version
mschedctl -r