How to Uninstall Node from Redis Linux Server

How to uninstall Redis Enterprise Software (RS) from a node?

  • Click here for documentation mentions how to set up a node on a Redis Linux Server:
  • To uninstall Redis Enterprise Software (RS) from a node to uninstall RS and remove the RS files. By default, the files are in: /opt/redislabs, /etc/opt/redislabs, /var/opt/redislabs
  • To uninstall RS from a node, run the following command:
rl_uninstall.sh
  • If the mentioned script cannot be found, try running the following yum commands:
yum remove redislabs 
yum remove redislabs.x86_64
yum remove redislabs-utils.x86_64