Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Surely there is a one button click to update to the latest version of n8n?
I can’t see it and the instructions look pretty complicated:
SSH into your Droplet
bash CopyEdit
ssh root@YOUR_DROPLET_IP
Pull the latest n8n image
bash CopyEdit
docker pull n8nio/n8n:latest
Stop & remove your existing n8n container First, find its name or ID:
bash CopyEdit
docker ps
Then stop and remove it (replace <CONTAINER>):
bash CopyEdit
docker stop <CONTAINER> docker rm <CONTAINER>
Recreate the container
Re-run the same docker run (or docker-compose up -d) command you originally used, but pointing at n8nio/n8n:latest.
Example:
bash CopyEdit
docker run -d \ --name n8n \ -p 5678:5678 \ -v ~/.n8n:/home/node/.n8n \ n8nio/n8n:latest
Verify Browse to your n8n URL and check the “n8n version” in the footer. It should now match the latest release on GitHub.
Thanks
jeffs
7579882df41b43499dc559468e6c9c
fingers
greekpolis
kamalpatel
Yoav Sapir
2f5996b29a3e429f8417b623414fe2
Dave Hamilton
e4267993e1664a3686ec6b191743a8
AlexaZh
CuteLapisDolphin