Upgrading Replicated 1.2

A guide to installing the legacy version of Replicated 1.2.x via Deb and Yum packages.

This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.

Old Version Warning

The content in this document is for a previous version of Replicated. If you are looking for the current version, it is available at https://help.replicated.com/here.

You may need to add the Replicated repository and GPG key to the package manager before running commands, see Manual Installation for more details.

Ubuntu/Debian

apt-get update
apt-get install replicated replicated-ui replicated-agent

CentOS/RHEL/Fedora

yum makecache
yum update replicated replicated-ui replicated-agent

If you have additional nodes you will independently need to run the following on each of them.

curl -sSL https://get.replicated.com/agent | sudo sh