1.7 KiB
seo, labels
| seo | labels | ||||
|---|---|---|---|---|---|
|
|
Update Manually on Red Hat Enterprise Linux
This page describes how to update manually to the latest release of rippled on Red Hat Enterprise Linux. You can also set up automatic updates.
These instructions assume you have already installed rippled on a supported version of Red Hat Enterprise Linux using Ripple's rpm package distribution. If you are upgrading from rippled 1.6.x or older, remove it and perform a fresh install instead.
{% admonition type="success" name="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.{% /admonition %}
To update manually, complete the following steps:
-
Download and install the latest
rippledpackage:sudo yum update rippledThis update procedure leaves your existing config files in place.
-
Reload the
systemdunit files:sudo systemctl daemon-reload -
Restart the
rippledservice:sudo service rippled restart
See Also
- Concepts:
- Tutorials:
- References:
- rippled API Reference
rippledCommandline Usage- [server_info method][]
- rippled API Reference
{% raw-partial file="/docs/_snippets/common-links.md" /%}