Describe the problem/error/question
I am trying to update to the latest version from 1.81.4
My yml file has:
n8n:
container_name: n8n
image: docker.n8n.io/n8nio/n8n:latest
root@n8n-marketingtechpro:~/n8n-docker-caddy# docker compose pull
[+] Pulling 13/13
✔ n8n Pulled 32.9s
✔ f18232174bc9 Already exists 0.0s
✔ 905fb610ce71 Already exists 0.0s
✔ 2a055f0c83be Already exists 0.0s
✔ 0416551166ae Already exists 0.0s
✔ 25a1cf37e391 Already exists 0.0s
✔ 4f4fb700ef54 Already exists 0.0s
✔ 5309d5cda97c Pull complete 29.2s
✔ 93868705f879 Pull complete 29.3s
✔ 0c57d48088ad Pull complete 29.4s
✔ 4bfe2d6e87fe Pull complete 29.4s
✔ affffdbab366 Pull complete 29.4s
✔ caddy Pulled 1.1s
root@n8n-marketingtechpro:~/n8n-docker-caddy# docker compose down
[+] Running 3/3
✔ Container n8n-docker-caddy-caddy-1 Removed 0.5s
✔ Container n8n Removed 1.2s
✔ Network n8n-docker-caddy_default Removed 0.1s
root@n8n-marketingtechpro:~/n8n-docker-caddy# docker compose up -d
[+] Running 3/3
✔ Network n8n-docker-caddy_default Created 0.1s
✔ Container n8n Started 0.5s
✔ Container n8n-docker-caddy-caddy-1 Started 0.5s
I have also tried putting the version number in directly, and also one earlier version number.
The image seems to be pulled ok but it does not seem to be being applied.
What is the error message (if any)?
No error. Everything looks good until you go into n8n, and it’s still on the old version
Information on your n8n setup
- n8n version: 1.81.4
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 24.04