Use Cases
- Automatically check for n8n updates at regular intervals.
- Notify users via Telegram when a new version of n8n is available.
- Pull the latest n8n Docker image and update the running container seamlessly.
- Provide a manual trigger option for immediate updates.
How It Works
Set default variables for working directory and container name. Check the installed version of n8n using Docker commands. Fetch the latest n8n version from the GitHub releases page. Compare the installed version with the latest version. If an update is available, pull the latest Docker image and run the update.
Setup Steps
- 1Import the workflow template into n8n.
- 2Set the working directory and n8n container name in the 'Set Default variable' node.
- 3Configure Telegram credentials for notifications.
- 4Schedule the workflow to run automatically or trigger it manually.
Apps Used
Docker
Telegram
GitHub
Categories
Target Roles
Industries
Tags
#process automation
#notifications
#workflow management