Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions self-hosted/deployment/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This upgrade method is applicable for all manual linux installations including i
Update the images using the latest image from chatwoot.

```bash
docker-compose down
docker-compose pull
docker-compose up -d
docker compose down
docker compose pull
docker compose up -d
```

Run the `rails db:chatwoot_prepare` option after accessing the console from one of the containers running the latest image.
Expand Down