# Maintenance

## Teku - Update Client

```bash
teku-version-current    # Check current version number
teku-build              # Download and build latest version
teku-version-new        # Check the version of the newly built client
teku-deploy             # Deploy the new client
```

## Teku - Update tekubeacon.service

```bash
teku-beacon-stop
teku-beacon-config

# MAKE ANY CHANGES TO THE CONFIG

daemon-reload
teku-beacon-start
teku-beacon-status
```


---

# 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.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku/maintenance.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.
