Automatic workflow & credentials backup to GitHub with change detection
This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. Title: n8n Credentials and Workflows Backup on Change Detection Purpose: Never lose track of your n8n changes...
Template notes
This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.
Title: n8n Credentials and Workflows Backup on Change Detection
Purpose: Never lose track of your n8n changes again! This workflow smartly backs up all your workflows and credentials, automatically detects any changes using hash comparison, and pushes updates to GitHub—but only when something has actually changed. Set your own interval and stop cluttering your repo with redundant commits.
[Walkthrough Video on YouTube](https://www.youtube.com/watch?v=jWLavvtbnhY)

---
Trigger:
Schedule Trigger: Executes the entire process at a user-defined interval. No need to worry about traceability or managing countless backups, as the workflow only commits changes when a difference is detected.