Files
xrpl-dev-portal/content/tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-centos-rhel.md
mDuo13 d972643b6e IA: add links for tutorials
IA: more tutorial links

IA: Tutorials stuff

- Move 'Cancel or Skip a Transaction' to 'About Canceling a Transaction'
  (Fixes #582)
- Add more 'See Also' links to Escrow & Payment Channel tutorials
2019-10-16 14:39:08 -07:00

1.6 KiB

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:

  1. Download and install the latest rippled package:

     $ sudo yum update rippled
    
  2. Reload the systemd unit files:

     $ sudo systemctl daemon-reload
    
  3. Restart the rippled service:

     $ sudo service rippled restart
    

See Also

{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %}