# Upgrading

## Upgrading

Upgrades come in two flavors: software upgrades and appliance upgrades.

Software upgrades are released as minor version bumps (eg 2.0 to 2.1) and can be performed directly on the current installation.

Appliance upgrades are released as major version bumps (eg 2.0 to 3.0) and require you to fire up a new instance and migrate your existing enterprise data over from the old one.

We strongly recommend [backing up your existing data](/enterprise/backing-up-enterprise-data.md) immediately prior to any upgrade.

## Software Upgrade

1. [Back up your existing data](/enterprise/backing-up-enterprise-data.md)
2. Download the latest .ksb
3. Install the ksb at `<hostname>/enterprise/install`.

The installation is complete once you see the following screen:

![Installation Complete](/files/t1NGtRWMuEvcC16oO5O3)

Note: You do not need to upload your license again if your license is still valid.

## Appliance Upgrade

Occasionally the underlying appliance will need to be upgraded as well. Although not as simple as the basic upgrade, the process only requires a few steps.

1. [Back up your existing data](/enterprise/backing-up-enterprise-data.md)
2. Download the latest .ova
3. Install your license on the new instance
4. [Add your ssh key](/enterprise/ssh-access.md) to the new instance
5. [Restore your existing data](/enterprise/restoring-enterprise-data.md) onto the new instance


---

# Agent Instructions: 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:

```
GET https://docs.kumu.io/enterprise/upgrading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
