¡Únete a Nuestra Comunidad en Discord!

Haz clic en el botón de abajo para unirte a nuestra nueva comunidad de Discord.

Unirse a Discord
Documentation / Apps / How to Update n8n to the Latest Version

How to Update n8n to the Latest Version

Step 1: Connect to your server

Open a terminal and connect via SSH:

ssh root@YOUR_SERVER_IP

Replace YOUR_SERVER_IP with your server's IP address.

Step 2: Go to the n8n folder

cd /opt/n8n

Step 3: Stop n8n

docker-compose down

Step 4: Download the latest version

docker-compose pull

Step 5: Start n8n

docker-compose up -d

Step 6: Verify the update

docker ps

You should see n8n and n8n-postgres running.


All commands in one line

cd /opt/n8n && docker-compose down && docker-compose pull && docker-compose up -d

Need help?

Contact CubePath Support.

Was this article helpful?