Automate MySQL Data Purging with Cron Scheduling - n8n Workflow | Neura Market
Automate MySQL Data Purging with Cron Scheduling
This workflow automates the deletion of old execution records from a MySQL database using a scheduled cron job.
This workflow is designed to streamline the process of managing execution records in a MySQL database by automatically purging entries that are older than 30 days. The use of a cron trigger allows for the workflow to run at a specified time daily, ensuring that the database remains uncluttered without manual intervention. By executing a simple SQL delete query, this automation helps maintain optimal database performance and prevents unnecessary data accumulation.
The primary benefit of this wor
Platform
n8n
Category
Media & Entertainment
Price
$11.67
Creator
Matt Buds
mysql
automation
cronjob
data_management
media_processing
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.