Use Cases
- Regularly clean up old records from MySQL databases
- Automate database maintenance tasks to improve performance
- Ensure compliance by managing historical data retention
How It Works
Triggers execution manually or on a scheduled basis using cron Executes a SQL DELETE query to remove records older than 30 days Maintains database efficiency by regularly purging outdated entries
Setup Steps
- 1Import the workflow template into n8n
- 2Configure MySQL credentials for database access
- 3Set the desired schedule in the cron node
- 4Test the workflow by executing it manually
Apps Used
MySQL
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#automated backups