Hi all,
Since this morning my Contabo VPS (12 cores, 48GB RAM, 800GB NVMe) was very slow. I rebooted Contabo and now both n8n and Mautic won't start properly. The Contabo dashboard itself is also extremely slow.
Server specs: Contabo VPS 4 NVMe — 12 cores, 48GB RAM, 800GB NVMe
Resources are fine: 44GB RAM free, 663GB disk free
What happened after reboot:
Docker took ~5 minutes to start (stuck in "activating")
PostgreSQL took ~7 minutes for crash recovery (fsync of data directory), it wasn't shut down cleanly
n8n startup script got stuck on chown -R /app/data (2.3GB) for ~10 minutes due to slow disk
Once the chown finished, n8n enters a restart loop
Mautic also fails to start
n8n logs show:
Task runner connection attempt failed with status code 403 (repeated)
Task request timed out after 60 seconds
Database connection timed out / Database connection recovered (alternating)
Eventually receives SIGTERM and restarts
n8n never listens on port 5678
What I've verified:
PostgreSQL is up and accepting connections (pg_isready OK)
Can query the DB from inside the n8n container with psql — works fine
Port 5432 reachable, Redis running
All containers show as running in docker ps
n8n container: 0 restarts, using only 28MB RAM
n8n package: Updated Feb 9 (image 202602090744050000). Was working fine before the reboot.
Anyone know what I could do now?
Thanks!