a year ago
Hi Railway team,
My PostgreSQL plugin is stuck in a crash loop. The logs show:
FATAL: could not write to file "pg_wal/xlogtemp.25": No space left on device
It looks like the Postgres volume has run out of disk space and cannot complete recovery.
I can't proceed until this is resolved and I have my whole business running off of n8n and Railway!
This is not good! It looks like if you could please:
- Either increase the disk allocation temporarily,
- Or help clear WAL logs or reclaim space so it can finish startup.
- Or advise how I can manually clean this up?
Project ID: project/13da0538-fb13-4381-9cfc-405df749293a and environmentId=c2e60414-52a3-4da6-a93d-70d0656be93c
Thank you very much!
2 Replies
a year ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 Errors: EOF, no space left on device
- 🧵 Deploys Failing - No Space Left on Device
- 🧵 PG volume not showing as full, but PG having no space on disc
If you find the answer from one of these, please let us know by solving the thread!
a year ago
Also, I don't know if this helps but when i try to go to my n8n workflows the webpage says this, {"code":503,"message":"Database is not ready!"}. I'm really hoping I can recover these workflows! Thanks!