Some Managed Services customers run Attivio on-premises in order to push content from within their corporate network to the Attivio Cloud. The following instructions outline the steps required to upgrade the on-prem project to 5.6.
Save Project Changes
In the CLI, execute theupdate
command to pull any changes made to the project via the Admin UI down to the project directory.5.5.1 CLI command<5.5.1 INSTALL_DIR>/aie-exec onprem -f <PROJECT_DIR>/onprem.json
- Stop the Project
In the CLI, execute thestop all
command to stop the running Attivio project processes. Quit the CLI when complete. - Stop the Agent
Stop the 5.5.1 data-agent. - Install Attivio 5.6
Install 5.6 the same way you did 5.5.1. Note: if running on Windows, you need to run the installer as Administrator. - Start the 5.6 Agent
Start the 5.6 agent using existing data-agent directory. Start the On-Prem Project
Open the CLI from the new 5.6 installation: (Point it to the existing project.)
5.6 CLI command<5.6 INSTALL_DIR>/aie-exec onprem -f <PROJECT_DIR>/onprem.json
- Execute the
start store
command and verify it is in the RUNNING state before moving onto the next step. - Execute the
deploy force
command. - Start the project using the
start all
command. - Quit the CLI.