Merge pull request #636 from mellery451/alien-to-apt-fix

Add service restart instruction for alien-to-apt migration
This commit is contained in:
Rome Reginelli
2019-07-26 08:23:42 -07:00
committed by GitHub

View File

@@ -60,7 +60,17 @@ Prior to version 1.3, the supported way to install `rippled` on Ubuntu Linux was
If you have made any changes to your config files (`/opt/ripple/etc/rippled.cfg` and `/opt/ripple/etc/validators.txt`), `apt` may prompt you during installation asking if you want to overwrite your config files with the newest versions from the packages. Version 1.3 does not require any changes to the config file, so you can safely keep your existing config files unchanged. If you have made any changes to your config files (`/opt/ripple/etc/rippled.cfg` and `/opt/ripple/etc/validators.txt`), `apt` may prompt you during installation asking if you want to overwrite your config files with the newest versions from the packages. Version 1.3 does not require any changes to the config file, so you can safely keep your existing config files unchanged.
After installing the new package, if you no longer need Alien for any other packages, you may optionally uninstall it and its dependencies using the following steps: After installing the native APT package for 1.3, you will need to reload/restart the service:
1. Reload systemd unit files:
$ sudo systemctl daemon-reload
2. Restart the `rippled` service:
$ sudo systemctl restart rippled.service
If you no longer need Alien for any other packages, you may optionally uninstall it and its dependencies using the following steps:
1. Uninstall Alien: 1. Uninstall Alien:
@@ -70,7 +80,6 @@ After installing the new package, if you no longer need Alien for any other pack
$ sudo apt -y autoremove $ sudo apt -y autoremove
### Automatic Updates ### Automatic Updates
The `rippled` v1.3 package includes an updated auto-update script that works on Ubuntu and Debian Linux. For more information, see [Update `rippled` Automatically on Linux](update-rippled-automatically-on-linux.html). The `rippled` v1.3 package includes an updated auto-update script that works on Ubuntu and Debian Linux. For more information, see [Update `rippled` Automatically on Linux](update-rippled-automatically-on-linux.html).