Versions Compared

Key

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

Squirro This page can be upgraded using the YUM package manager.

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Upgrade

If you haven't already done an update, please contact squirro support to obtain a new, unique user and password to enable you to upgrade. You only need to do the following once for your Squirro Box:

Code Block
languagebash
sudo su
USER=<user you received from Squirro Support>
PASSWORD=<password you received from Squirro Support>
sed -e "s/squirro::yum_repo_user : contact-squirro-support/squirro::yum_repo_user : $USER/" -i /etc/puppet/hieradata/local.yaml
sed -e "s/squirro::yum_repo_password: contact-squirro-support/squirro::yum_repo_password: $PASSWORD/" -i /etc/puppet/hieradata/local.yaml
. /etc/puppet/modules/puppet/files/puppetrun

To upgrade Squirro, use the yum update command:

Code Block
languagetext
[root@localhost ~]# yum update

...

now be found at Upgrading Squirro on the Squirro Docs site.