> For the complete documentation index, see [llms.txt](https://docs.trilio.io/rhv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/rhv/deployment-guide/upgrade-triliovault.md).

# Upgrade Trilio

To upgrade Trilio it is necessary to uninstall the old version of Trilio and install the new version.

This is done in a few easy steps.

1. [Uninstall the old ovirt-imageio extensions](/rhv/deployment-guide/uninstall-triliovault.md#step-1-uninstall-rhv-ovirt-imageio-extension)
2. [Delete or shutdown the old Trilio Appliance](/rhv/deployment-guide/uninstall-triliovault.md#step-2-destroy-the-triliovault-appliance)
3. [Upload the qcow2 image of the new Trilio Appliance](/rhv/deployment-guide/preparing-the-installation.md#uploading-the-triliovault-vm-qcow2-disk-to-rhv)

   (It might be necessary to [verify the connection of the ovirt-imageio-proxy](/rhv/deployment-guide/preparing-the-installation.md#verify-the-connection-to-the-ovirt-imageio-proxy) again)
4. [Spin up the new Trilio Appliance](/rhv/deployment-guide/spinning-up-the-triliovault-vm.md)
5. [Configure the Trilio Appliance](/rhv/deployment-guide/configure-triliovault-vm.md)
6. [Install the new ovirt-imageio extensions](/rhv/deployment-guide/installation-of-rhv-extensions.md)
7. Import the workload from the Web UI of the Appliance once Trilio Appliance is configured

{% hint style="info" %}
During configuration check the box for workload import. This will automatically load all workloads hosted on the backup target into the fresh configured Trilio Appliance.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trilio.io/rhv/deployment-guide/upgrade-triliovault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
