This n8n workflow automates the process of backing up WordPress workflows and credentials by exporting them and pushing the backups to a Git repository. Triggered by a cron schedule, it ensures regular backups at four different times daily, maintaining version control and security. The process begins with a manual trigger or a scheduled cron job, then exports all workflows and credentials from n8n, stages the changes in Git, commits them with a timestamped message, and finally pushes the updates to a remote repository. This workflow is practical for automating the backup process, ensuring that your WordPress workflows are securely stored and versioned without manual intervention.
Automated WordPress Backup to GitHub
| Node Count | 6 – 10 Nodes |
|---|---|
| Nodes Used | cron, executeCommand, manualTrigger |

Reviews
There are no reviews yet.