GitLab Workflow: Backup and Push
detail.loadingPreview
Automates the backup of n8n workflows and credentials to a Git repository.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of backing up your n8n workflows and credentials. It first exports all workflows and credentials, then stages, commits, and pushes these backups to a specified Git repository. This ensures a robust version control system for your n8n configurations.
Key Features
- Automatically exports n8n workflows.
- Automatically exports n8n credentials.
- Commits backups with a timestamp.
- Pushes backups to a remote Git repository.
How To Use
- Import: Import this workflow into your n8n instance.
- Configure Git Repository: Ensure the
repodirectory is accessible and configured with your Git remote origin and credentials (e.g., via SSH keys or token in the Git configuration). - Schedule (Optional): Configure the Cron node for automated execution, or manually trigger the workflow using the 'On clicking 'execute'' node.
- Execute: Manually trigger the workflow or wait for the scheduled time.
Apps Used
Workflow JSON
{
"id": "b6ab711c-a1e8-46d2-9ce5-431b0515e8c9",
"name": "GitLab Workflow: Backup and Push",
"nodes": 0,
"category": "Backup & Version Control",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b6ab711c-a1e8...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Backup Workflows to Git Repository
Automatically backs up n8n workflows to a Git repository.
Backup Workflows to Gitea
This workflow automatically backs up all n8n workflows to a Gitea repository.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.