Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please follow the regularĀ installation steps

Upgrade

Warning

Please ensure that your current version is 2.5.2. If you are on a version older than 2.5.2, please contact support.


Note

Additionally if you are using Squirro in a Box, additional steps are involved. In this case we also ask you to contact support.

Storage Nodes and Cluster Nodes on the same machine

If the storage and cluster nodes are installed on the same machine / VM, then following this process:

Code Block
# ensure that you have version = 2.5.2 installed, otherwise please update to version 2.5.2 first.
sudo su
cat /etc/squirro/version.ini
yum update squirro-storage-node-users
yum update squirro-storage-node
yum update squirro-cluster-node-users
yum update squirro-*

Storage Nodes and Cluster Nodes on separate machines

If the storage and cluster nodes are installed on separate machines / VMs, then following this process.

  1. Update all storage nodes with these commands:

    Code Block
    # ensure that you have elasticsearch = 5.6.0 installed before proceeding, otherwise please update to version 2.5.2 first.
    curl -XGET localhost:9200/
    sudo su
    yum update squirro-storage-node-users
    yum update squirro-storage-node


  2. After having update updated all storage nodes, update all cluster nodes with these commands:

    Code Block
    # ensure that you have version = 2.5.2 installed, otherwise please update to version 2.5.2 first.
    sudo su
    cat /etc/squirro/version.ini
    yum update squirro-cluster-node-users
    yum update squirro-*