mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
900 B
900 B
Update Manually on CentOS/Red Hat
This page describes how to update manually to the latest release of rippled on CentOS or Red Hat Enterprise Linux. Ripple recommends setting up automatic updates instead, where possible.
These instructions assume you have already installed rippled from the yum repository.
Tip: To perform these steps all at once, you can run the /opt/ripple/bin/update-rippled.sh script, which is included with the rippled package. This script should be run as a sudo user.
To update manually, complete the following steps:
-
Download and install the latest
rippledpackage:$ sudo yum update rippled -
Reload the
systemdunit files:$ sudo systemctl daemon-reload -
Restart the
rippledservice:$ sudo service rippled restart