Uninstall Trilio

Uninstalling TrilioVault is done in 2 easy steps, which leave only the already created backups behind.

Step 1: Uninstall RHV ovirt-imageio extension

To uninstall the ovirt-imageio extension do the following:

  1. Login into the Trilio Appliance CLI

  2. Verify the inventory files are still correct /opt/stack/imageio-ansible/inventories/production/daemon /opt/stack/imageio-ansible/inventories/production/proxy

  3. Run the ansible playbooks with the clean tags For RHV 4.3 run: cd /opt/stack/imageio-ansible/ ansible-playbook site.yml -i inventories/production/daemon --tags clean-daemon ansible-playbook site.yml -i inventories/production/proxy --tags clean-proxy For RHV 4.4 run: cd /opt/stack/imageio-ansible/ ansible-playbook test.yml -i inventories/production/daemon --tags clean-daemon ansible-playbook test.yml -i inventories/production/proxy --tags clean-proxy

Step 2: Destroy the Trilio Appliance

This guide assumes you are running the Trilio Appliance in a RHV environment

To destroy the Trilio Appliance do the following:

  1. Login into the RHV-Manager

  2. Navigate to Compute➡️Virtual Machines

  3. Mark the Trilio Appliance in the list of VMs

  4. Click "Shutdown" or "Power Off"

  5. Wait till the shutdown procedure finishes

  6. Click "Remove" to destroy the Trilio Appliance

Last updated