Get Past Execution Data (When Upgrading)

Describe the problem/error/question

We need to get execution from 22 days ago, but are only on the Starter plan. If we upgrade to Pro will we be able to access that data (as it has a 30-day execution data window), or is it already deleted?

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:

Some Meta info:

Version: 1.75.2
Database: SQLite
n8n Executions_Process: Own, Main
Running: On Cloud

Welcome to the community @chaos_inc !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


The current plan dictates for how long the executions are stored in the database. Upgrading will not recover you past executions that ran prior to the cut-off period in the “lesser” plan I’m afraid. This is because they have been already purged from the database.

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