Automate n8n Workflow Backup with Versioning and Notion Tracking - n8n Workflow | Neura Market
Automate n8n Workflow Backup with Versioning and Notion Tracking
This workflow automates the backup of n8n workflows with versioning and tracks details in Notion. It ensures multiple versions are maintained on the destination instance, with each workflow prefixed by the date for easy tracking.
The workflow copies workflows from a source n8n instance to a destination instance using the n8n API. Each copied workflow is prefixed with the current date, allowing for daily version tracking. It also records the execution date and the number of workflows processed in a Notion database. A rolling retention policy is implemented, where older versions are deleted based on a configurable duration.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Sasha Ivanov
if
n8n
noOp
wait
limit
filter
notion
dateTime
splitOut
stickyNote
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.