[Urgent] SQLITE_FULL error on Cloud-hosted n8n causing inability to do anything

Describe the problem/error/question

SQLITE_FULL error is resulting in inability to RUN / SAVE workflow, and also unable to delete anyting.

I have 16240 finished executions and I think it is the root cause that caused the SQLite_Full error. But I’m unable to delete execution historical record. Therefore I’m requesting for help to delete the cache / execution records to clean up my SQLite storage space.

What is the error message (if any)?

SQLITE_FULL: database or disk is full

Please share your workflow

This problem is not caused by a specific workflow.

Share the output returned by the last node

Account details (for Cloud support):

Information on your n8n setup

  • n8n version: 1.118.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

Welcome to the community @Chai

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.

```

```

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!


I can see the disk has been freed up for you.

2 Likes

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