Versions Compared

Key

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

...

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:

...