Why is Data Pruning not working in n8n?

Data Pruning is not working

Describe the problem/error/question

I’m using n8n version 1.51.0, and my current configuration for Data Pruning is as follows:- EXECUTIONS_DATA_MAX_AGE
value: “168”
- name: EXECUTIONS_DATA_PRUNE
value: “true”
- name: EXECUTIONS_DATA_PRUNE_MAX_COUNT
value: ‘5000’

Is the configuration for Data Pruning in n8n correct?

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:

Hey @Manish_Dhanwal , looks correct to me. You can refer to this document, Execution data | n8n Docs.

Make sure you follow the right syntax.

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