/
PureInsight Update

PureInsight Update

This article explains how to update PureInsight using the CLI. To update PureInsight, you need to have the pureinsight_x.x.x_xxxxxxxx.tar.gz file.

1. Accessing qpadmin using SSH

(In this example, we use qpadmin account and ip address 192.168.1.120)

ssh qpadmin@192.168.1.120

2. Copy pureinsight_x.x.x_xxxxxxxx.tar.gz to /var/tmp

(In this example, pureinsight_1.7.1_c308664177f66d29e42b15d778adefea7ff.tar.gz)

cp <file_path>/pureinsight_1.7.1_c308664177f66d29e42b15d778adefea7ff.tar.gz /var/tmp

3. Switch to root account (root password: pr0dquantea)

su root

4. Go to /var/tmp and execute commands to update the Pureinsight

cd /var/tmp tar -xzvf pureinsight_1.7.1_c308664177f66d29e42b15d778adefea7ff.tar.gz cd pureinsight_1.7.1_c308664177f66d29e42b15d778adefea7ff ./pureinsight.install

5. Update starts and ends in a few minutes

root@qpubuntu:/var/tmp/pureinsight_1.7.1_c308664177f66d29e42b15d778adefea7ff# ./pureinsight.install PureInsight Installer Running Installer ... ... ... PI_CLOUD is: false ***** Install is running in ubuntu. ***** ------------------- ------------------- ------------------- Apache2 Server version: Apache/2.4.41 (Ubuntu) Server built: 2024-04-10T17:46:26 apache2: Pass ------------------- -------------------

 

PureInsight updates are only available from the root account. If you encounter any errors while logging into the root account, please contact us.

Related content