My Postgres database has crashed
donnen
PROOP

a month ago

My database has crashed and it will not restart. I see an error in the logs related to file space: 2026-01-29 23:09:43.347 UTC [29] FATAL: could not write to file "pg_wal/xlogtemp.29": No space left on device

Solved$20 Bounty

Pinned Solution

Click on the volume under your Postgres service and grow the volume. Make sure to redeploy the database afterwards.

4 Replies

Railway
BOT

a month ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway about 1 month ago


Click on the volume under your Postgres service and grow the volume. Make sure to redeploy the database afterwards.


hyper674
PRO

a month ago

Yeah your volume's full. Quick fix

  1. Go to your Postgres service in Railway

  2. Click on the Volume tab

  3. Increase the size (add like 5-10GB depending on what you need)

  4. Hit save then redeploy the database service

    Also might wanna check what's eating all your space


hyper674

Yeah your volume's full. Quick fixGo to your Postgres service in RailwayClick on the Volume tabIncrease the size (add like 5-10GB depending on what you need)Hit save then redeploy the database serviceAlso might wanna check what's eating all your space

You need to click the volume directly. You can't access volume configurations through a service.


0x5b62656e5d

You need to click the volume directly. You can't access volume configurations through a service.

hyper674
PRO

a month ago

if you want the bounty that bad just say that


Status changed to Solved noahd about 1 month ago


Loading...