Configure odbc.ini as documented in the Perceptive Content Server Installation and Configuration Guide.
-
Set up key environment variables by sourcing the
setenv.sh script from the
/inserver/bin directory.
Note: This step is necessary every time a new login session is established.
. ./setenv.sh
- Execute the following intool schema validation command. ./intool --cmd db-schema-validation The system displays text describing the validation. If you see the message: Database validated. No inconsistencies detected, your database is aligned and you do not need to do anything further to update the database. If you see any other message, contact Product Support and provide them with a copy of any message you received.
- Run the upgrade_to_latest.sh file, with an argument specifying the version of Perceptive Content Server you are upgrading from, including the major, minor, and patch numbers. For example:./upgrade_to_latest.sh 7.10.0
- Review the update log and verify that no errors are listed. This file is located in /inserver/log directory and is named intool_Primary_<date>.log. The log contains the changes performed by the update steps.