# Update System

SquadDNS is delivered as Docker image.

If there is a new version (visible in the administration), you just need to pull the latest image and restart your Docker containers.

## Backup configuration

First make sure to **backup** your current **configuration** folder and files.

## Download latest image

If you use the **latest** tag, just pull the latest version one more time.

```
docker pull boxblinkracer/squad-dns:latest
```

If you use a specific tag, just make sure to set the new version that you want to use in your docker-compose.yml or docker run command.

```
image: boxblinkracer/squad-dns:1.2.0
```

## Restart Containers

After downloading the latest versions, just restart your Docker containers

```
docker-compose down
docker-compose up -d
```

{% hint style="success" %}
Congratulations, you have just updated to the latest SquadDNS version!
{% endhint %}


---

# 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.squad-dns.com/installation/update-system.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.
