У нас вы можете посмотреть бесплатно Updating n8n on Your Virtual Server (DigitalOcean Guide) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Join the SixFlow Skool Community! 👉 http://skool.com/voiceai Connect, learn, and grow with other automation-minded entrepreneurs! Start building your own voice agents now with Retell AI! 👉 https://dashboard.retellai.com/?ref=noah 📌 Video Summary In this tutorial, I’ll show you how to update your self-hosted n8n instance on a virtual server (using DigitalOcean). When a new version of n8n is released, you’ll want to make sure your setup is up to date with the latest features, bug fixes, and security improvements. I’ll walk you step-by-step through updating your droplet via the DigitalOcean console, pulling the latest Docker image, and restarting n8n to apply the update. By the end, you’ll know exactly how to keep your n8n instance secure, stable, and running the latest version — without breaking your existing workflows. 🛠️ Tools Mentioned in This Video ⚡ n8n – Advanced workflows made simple: https://n8n.partnerlinks.io/cntdix5uo9g3 🌐 DigitalOcean – Cloud hosting platform: https://digitalocean.com 🐳 Docker – Container management for self-hosted n8n Let’s stay connected across the platforms you love: 📸 Instagram: @sixflowautomations 🎵 TikTok: @sixflowautomations Visit our website: https://sixflowautomations.com Business inquiries: info@sixflowautomations.com Our goal? To help you optimize your business — and in turn, level up your entire life. 🙏💼 👍 Like the video, 🔔 subscribe for more, and drop a comment if there’s something you want me to cover next! Lines to paste into your droplet terminal: Navigate to the n8n docker compose folder (paste the following line): cd /opt/n8n-docker-caddy Pull the latest version (paste the following line): docker compose pull Stop and remove the older version (paste the following line): docker compose down Start the container (paste the following line): docker compose up -d 📍 Chapters 0:00 – Introduction 0:25 – Reference to Installing n8n on your VS (DigitalOcean) 0:46 – Checking for Updates in n8n 1:12 – Launching Your Droplet Terminal 1:33 –CD to Docker-Caddy 1:59 –Pull the Latest n8n Version 2:21 – Stop and Remove the Old n8n Version 2:38 – Start the New Container 2:50 – Confirmation of Updated n8n Instance 3:29 – Outro