Keep your n8n self-hosted instance running smoothly! In this video, we’ll guide you through the process of updating your n8n setup to ensure you have the latest features and security improvements. Whether you’re a seasoned user or just getting started, this tutorial will help you navigate the update process effortlessly. In this video, you’ll learn:
The importance of keeping your n8n instance updated.
Step-by-step instructions to update your self-hosted n8n.
How to troubleshoot common issues during the update process.
Please make a tutorial for people install n8n via Cyberpanel Docker feature.
It’s very fast to install. But no tutorial yet for updating. (i tried and failed many times)
Thanks
This is what I got when i try to update the last command
root@aaa:~/n8n-docker-caddy# docker compose up -d
WARN[0000] /root/n8n-docker-caddy/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 1/1
✔ Network n8n-docker-caddy_default Created 0.7s
external volume "n8n_data" not found
root@aaa:~/n8n-docker-caddy#
Hey, I’m not too sure if this error should fall under this thread but hope someone has an answer. I’m currently stuck at this step when self hosting n8n via Digital Ocean and got this error message:
WARN[0000] /home/veraops/n8n-docker-caddy/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
service "n8n" refers to undefined volume home/veraops/n8n-docker-caddy/local_files: invalid compose project
just make sre formatted correctly etc depending which way
if you want docker volume
volumes:
- n8n_storage:/home/node/.n8n
##just make sure to include at top of yml file the below declaring the volumes.
volumes:
db_storage:
n8n_storage: