Save execution on crushed

hi, I run N8N self-hosted I use node to run it, and when N8N is crushed(nodejs crushed) during workflow it doesn’t save the executions, is there a way to save them I want to see where the last nod he tried to run.

n8n version: 1.9.0
Database: SQLite
n8n EXECUTIONS_PROCESS setting: own
Running n8n via : npm
Operating system: windows 2022

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Execution recovery looks at the logs in ~/.n8n and reconstructs the crashed execution during startup. You should see this log during startup: [Recovery] Logs available, amended execution

Also please consider upgrading to the latest stable version.

but i don’t want them as log text, i want the executions be in N8N under executions

i add to env
EXECUTIONS_DATA_SAVE_ON_PROGRESS=true

and that solve my problem

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.