Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Squirro can be upgraded using the YUM package manager.

Table 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:

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:

[root@localhost ~]# yum update
  • Always take a snapshot before you upgrade.
  • The upgrade will not update the embedded puppet manifest. Contact support to get an updated version.
  • No labels