Efficiently automate the backup of your n8n workflows to Bitbucket, ensuring version control and easy recovery with minimal manual intervention.
This workflow automates the backup of n8n workflows to a Bitbucket repository. It runs daily at 2 AM, retrieves all workflows from your n8n instance, and compares them with the existing versions in Bitbucket. Only new or modified workflows are uploaded, optimizing API usage with rate limiting and error handling. This setup is ideal for maintaining version control and ensuring data integrity without incurring additional costs.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Yara Mansour
if
n8n
set
code
wait
httpRequest
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.