This n8n workflow automates the process of creating backups of WordPress workflows, managing repository existence, uploading backup files, and sending notifications. It is triggered manually for testing or scheduled for regular backups. The workflow begins when the ‘Test workflow’ button is clicked, where it collects configuration settings, then initiates backup creation. It retrieves existing workflows, checks if a repository is present via HTTP requests, and creates one if necessary. The workflow splits backup files into manageable batches, uploads them sequentially, and generates a summary of the backup process. Upon completion, it sends a notification via Telegram and can also email a detailed status via Gmail. This process is ideal for maintaining versioned backups of WordPress workflows, ensuring reliable restoration, and keeping the team informed about backup status.
Automated WordPress Backup and Repository Management Workflow
Node Count | >20 Nodes |
---|---|
Nodes Used | code, gmail, httpRequest, if, manualTrigger, scheduleTrigger, splitInBatches, stickyNote, telegram |
Reviews
There are no reviews yet.