Describe the problem/error/question
Not able to start execute new workflow due to error
What is the error message (if any)?
NodeApiError: ENOSPC: no space left on device, mkdir '/home/node/.n8n/binaryData/workflows/
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 2.9.4
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
1 Like
Hi @yok_chen Welcome to the community!
This means exactly what the errors is telling, your self hosted n8n instance has ran out of storage, consider increasing the storage or freeing up some, or you can try this:
Itβs a cloud hosted instance and we cant do the command line to remove SQLite data
1 Like
understood @yok_chen consider freeing up space by going to Admin Panel β Manage β Executions to Save and deselecting unnecessary execution types.
Also if the issue persists consider reaching out to [email protected] for inspection.