Uninstall Trilio
Last updated
Last updated
Uninstalling TrilioVault is done in 2 easy steps, which leave only the already created backups behind.
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
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 ComputeVirtual 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