Upgrade Rudder on SLES
|
Before upgrading, especially for minor and major version upgrades, please read the upgrade notes. |
Re-import the rpm key since it has changed since Rudder 8.3
rpm --import https://repository.rudder.io/rudder_release_key.pub
Our key fingerprint is:
pub rsa4096 2011-12-15 [SC]
7C1698177904212DD58CB4D19322C330474A19E8
uid Rudder Project (release key) <security@rudder-project.org>
If you are upgrading Rudder to a newer minor or major version, you will need to change the repository. Zypper does not allow to change the URL, so you will need to remove the previous Rudder packages repository:
zypper rr Rudder
Then add the Rudder packages repository:
-
on SLES 15:
zypper ar -n 'Rudder 9.2' http://repository.rudder.io/rpm/9.2/SLES_15/ Rudder
|
If you have an active subscription, use the following to get access to long term support (you need to replace the username and the password by your Rudder account): zypper ar -n 'Rudder 9.2' https://LOGIN:PASSWORD@download.rudder.io/rpm/9.2/SLES_15/ Rudder |
Update your local package database to retrieve the list of packages available in our repository:
zypper refresh
-
on SLES 12:
zypper ar -n 'Rudder 9.2' http://repository.rudder.io/rpm/9.2/SLES_12/ Rudder
|
If you have an active subscription, use the following to get access to long term support (you need to replace the user name and the password by your Rudder account): zypper ar -n 'Rudder 9.2' https://LOGIN:PASSWORD@download.rudder.io/rpm/9.2/SLES_12/ Rudder |
Update your local package database to retrieve the list of packages available in our repository:
zypper refresh
Rudder server
For Rudder server, upgrade the server packages:
zypper install rudder-server
Note: If you have manually edited the built-in techniques in the git repository, you might need to upgrade you techniques manually.
← on RHEL/CentOS/Amazon Linux on Windows →