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

# Onebox

Upgrade Prisma Cloud Onebox. First upgrade Console. Console will then automatically upgrade all deployed Defenders for you.

If Console fails to upgrade one or more Defenders, manually upgrade your Defenders.

You must manually upgrade App-Embedded Defenders.

## Upgrading Console

To upgrade Console, rerun the install script for the latest version of Prisma Cloud. Use this method for any Console that was originally installed with the *twistlock.sh* script.

1. [Download](/admin-guide/32/welcome/releases.md#download) the latest recommended release.
2. Unpack the downloaded tarball.

   Optional: you may wish to unpack the tarball to a different folder than any previous tarballs.

   ```
   $ mkdir twistlock_<VERSION>
   $ tar -xzf prisma_cloud_compute_edition_<VERSION>.tar.gz -C twistlock_<VERSION>/
   ```

   The setup package contains updated versions of *twistlock.sh* and *twistlock.cfg*.
3. Check the version of Prisma Cloud that will be installed:

   ```
   $ grep DOCKER_TWISTLOCK_TAG twistlock.cfg
   ```
4. Upgrade Prisma Cloud while retaining your current data and configs by using the *-j* option. The *-j* option merges your current configuration with any new configuration settings in the new version of the software.

   You must use the same install target in your upgrade as your original installation. There are two install targets: `onebox` and `console`, where `onebox` installs both Console and Defender onto a host and `console` just installs Console.

   To upgrade your `onebox` install, run:

   ```
   $ sudo ./twistlock.sh -syj onebox
   ```

   To upgrade your `console` install, run:

   ```
   $ sudo ./twistlock.sh -syj console
   ```
5. Go to **Manage > Defenders > Manage** and validate that Console has upgraded your Defenders.


---

# 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.prismacloud.io/admin-guide/32/upgrade/upgrade-onebox.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.
