Use Cases
- Automate regular data cleanup in MySQL databases
- Ensure compliance with data retention policies by purging old records
- Improve database performance by removing outdated entries
- Facilitate manual data cleanup when immediate action is required
How It Works
Triggers execution either manually or via a scheduled cron job Connects to MySQL database to execute a deletion query Removes records older than 30 days from the specified table
Setup Steps
- 1Import the workflow template into n8n
- 2Configure MySQL credentials for database access
- 3Set the desired schedule in the cron node if using automated execution
- 4Test the workflow by executing it manually to ensure proper functionality
Apps Used
MySQL
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#automated backups