> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cymph.io/llms.txt
> Use this file to discover all available pages before exploring further.

# How to update your installation

# Before you begin

It is advisable to keep a backup of the database and API volumes before you begin the update process.

# Steps

1. Stop the current running containers

```
sudo docker compose stop
```

2. Update the container images

```
sudo docker compose pull
```

3. Re-create and start the containers

```
sudo docker compose up -d --force-recreate
```
