Having trouble with n8n taking too much space

Hey I know this has been asked before here, but I can’t seem to find a solution..
Basically my n8n instance on digital ocean is just accumulating data and it’s now taking ~90% of the disk. I’ve set the VACUUM auto start thing but when I try to restart the instance it will not work and the pruning doesn’t work either. As I understand it, VACUUM needs more space to run.

root@n8n-forecast:~# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 96M 1.2M 95M 2% /run
/dev/vda1 25G 21G 3.5G 86% /
tmpfs 479M 0 479M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/vda15 105M 6.1M 99M 6% /boot/efi
overlay 25G 21G 3.5G 86% /var/lib/docker/overlay2/c43471fe8aabe1dd805cda800a4945af641a451f6a81d9bddeba4dbff1fb89a8/merged
overlay 25G 21G 3.5G 86% /var/lib/docker/overlay2/59a1bb53956ceb0088229e92aea3aa72a084510592d132399bf48eca03c46fd8/merged
tmpfs 96M 4.0K 96M 1% /run/user/0
root@n8n-forecast:~#

I’m really struggling here… any tips on how to proceed?

Information on your n8n setup

  • n8n version: 1.114.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker compose
  • Operating system: Ubuntu 22.10 (I know this is EOL, but it wasn’t me who set this up)

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