Hi everyone,
I’m facing an urgent issue with my self-hosted n8n instance on a DigitalOcean droplet. Suddenly, my disk filled up completely, and now I can’t even access the server via SSH. When I try, I get the error: All configured authentication methods failed.
I’ve tried troubleshooting but I’m stuck. Here’s what I’ve done so far:
- I attempted to SSH into the server, but authentication keeps failing.
- I opened the DigitalOcean console, but I’m unsure what to delete to free up space safely.
- I suspect n8n’s execution logs or database might be consuming a lot of disk space, but I don’t know how to clear them effectively.
Has anyone else encountered this issue? How can I regain access to my server and free up enough space to get everything running again?
If it helps, here are some additional details about my setup:
- n8n is self-hosted and running on a DigitalOcean droplet.
- I’m using SQLite as the database.
- I haven’t set up log rotation or automatic execution data pruning.
Any advice, step-by-step instructions, or links to relevant resources would be greatly appreciated. I’m nervous about accidentally deleting something important or making the situation worse.
Thanks in advance for your help!