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:
Login into the Trilio Appliance CLI
Verify the inventory files are still correct
/opt/stack/imageio-ansible/inventories/production/daemon /opt/stack/imageio-ansible/inventories/production/proxy
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:
Login into the RHV-Manager
Navigate to Compute➡️Virtual Machines
Mark the Trilio Appliance in the list of VMs
Click "Shutdown" or "Power Off"
Wait till the shutdown procedure finishes
Click "Remove" to destroy the Trilio Appliance
Last updated