10 months ago
Hi Railway team,
My PostgreSQL deployment for the project SlectivityCheck has suddenly crashed and I’m unable to restart it. The logs show multiple critical errors like:
ERROR: could not write block … Input/output error
PANIC: could not fsync file "pglogical/mappings": Input/output error PANIC: could not open file "global/pgcontrol": Input/output error
The checkpointer process was also aborted, and I noticed the system trying to re-mount the volume:
Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/…
This seems to point to an issue with the mounted volume or the underlying filesystem managed by Railway.
Please note: this app is currently running in production, and I cannot afford these kinds of failures.
Can someone from the team assist me urgently in checking what’s going wrong and help me recover the database if possible?
Thank you very much.
2 Replies
10 months ago
Hey! Did u try redeploying the Postgres service?
Some extra info needed, did you change any of it's env vars? Is the volume attached full or almost full?