From 20b90233f936deab99e16feb10c6000263a1bf60 Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Wed, 29 May 2024 14:25:04 -0500 Subject: [PATCH] RS: Add missing uninstall details (#264) * DOC-1088 RS: Add missing uninstall details * DOC-1088 RS: Change wording --- .../rs/installing-upgrading/uninstalling.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/content/operate/rs/installing-upgrading/uninstalling.md b/content/operate/rs/installing-upgrading/uninstalling.md index a7284d382..b0684028c 100644 --- a/content/operate/rs/installing-upgrading/uninstalling.md +++ b/content/operate/rs/installing-upgrading/uninstalling.md @@ -10,12 +10,20 @@ description: null weight: 70 --- -Use the `rl_uninstall` script to uninstall Redis Enterprise Software and remove its files. `rl_uninstall` also deletes all Redis data and configuration. +Use the script `rl_uninstall.sh` to uninstall Redis Enterprise Software and remove its files from a node. The script also deletes all Redis data and configuration from the node. -The default location for the `rl_uninstall` script is `/opt/redislabs/bin`. +The uninstall script does not remove the node from the cluster, but the node's status changes to down. For node removal instructions, see [Remove a cluster node]({{}}). -For each node in the cluster, navigate to the script's location and run: +## Uninstall Redis Enterprise Software -```sh -sudo ./rl_uninstall.sh -``` +To uninstall Redis Enterprise Software from a cluster node: + +1. Navigate to the script's location, which is in `/opt/redislabs/bin/` by default. + +1. Run the uninstall script as the root user: + + ```sh + sudo ./rl_uninstall.sh + ``` + +When you run the uninstall script on a node, it only uninstalls Redis Enterprise Software from that node. To uninstall Redis Enterprise Software for the entire cluster, run the uninstall script on each cluster node.