# Update with Tarball

* Download new version of the components you want to update.
* For the web ui, overwrite content in the web folder with new files.
* For the dnl\_api,  run pip3 install filename\_api.tar.gz , after it is installed, go to the folder /opt/denovo\_V6/api\_dnl/ and  stop all api\_dnl services,
* Run   next command: &#x20;

```
 alembic  or  /usr/local/bin/alembic  -c alembic.ini upgrade head.
```

After that is done, start back  dnl\_api\_dnl  services.

For the upgrade of one of the backend binaries:  unpack  archive, stop running service, and replace binary in its correspondent folder. Then restart all services.<br>


---

# 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://cookbook.denovolab.com/upgrade-an-existing-installation/update-an-existing-installation/update-with-tarball.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.
