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
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.