My execution log only lasts for a few hours now…
When I attempt to open a past execution more than 5-6 hours old it just loads the most recent execution.
When working with N8N I rely on logging to find glitches in my workflows… I keep a log independently and in the log I store execution links as such. https://n8n.domain.com/workflow/{{$workflow.id}}/executions/{{$executionId}}
##Recently I have discovered
Since version 200 N8N only saves ~20 executions per workflow. If i access any executions from… say… yesterday they will be Un-Reachable.
Env Variables.
Configuration methods | n8n Docs
export EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS=true
export EXECUTIONS_DATA_SAVE_ON_ERROR=all
export EXECUTIONS_DATA_SAVE_ON_SUCCESS=all
export N8N_LOG_LEVEL=info
export EXECUTIONS_DATA_PRUNE=true
export EXECUTIONS_DATA_MAX_AGE=125
Information on your n8n setup
- n8n version:201
- Database you’re using (Postgre):
- Running n8n with the execution process Own:
- Running n8n via [Docker][cloudron]: