I have a workflow in n8n which calls couple of sub workflows. The main workflow starts with a form upload containing a binary file.
I store the files locally on the file System and the file always gets stored twice with different names. Is this related to the sub workflows and is there any way I can get rid of this?
Thanks for your information.
Information on your n8n setup
n8n version: 1.60.1
Database (default: SQLite): postgres
n8n EXECUTIONS_PROCESS setting (default: own, main): main
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Hey @Andreas_Pointner , why the files are saved twice you probably need to check the logic of your workflows. It’s hard to comment here not knowing how your workflows were built and what they are doing.
As for the files retention, you can control it with data pruning.