I have the following settings, the idea is to keep all of execution history forever. I just want everything saved, even if its years worth of data.
EXECUTIONS_DATA_PRUNE=false
EXECUTIONS_DATA_PRUNE_MAX_COUNT=99999999999999999999
DB_SQLITE_VACUUM_ON_STARTUP=“true”
Is this the correct setup to achieve that ?
About 500 executions randomly vanished from database today, nothing in logs.
Information on your n8n setup
- **n8n version:latest
- **Database (default: SQLite):sqlite
- **n8n EXECUTIONS_PROCESS setting (default: own, main):default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):npm
- **Operating system:debian latest