Maxed out Postgres storage
adayyyy
PROOP

a month ago

I was testing some changes locally and it looks like this caused the Railway Postgres volume to now be out of disk, and the instance can’t even finish recovery because it can’t write WAL.

I think this means I need to increase the Postgres volume size but I want to confirm if that is the solution and if so what my options are?

Solved$10 Bounty

Pinned Solution

darseen
HOBBYTop 1% Contributor

25 days ago

Yes, you are correct, you need to increase the volume size. Your postgres instance has likely shut down to protect data integrity because it cannot write WAL.

1 Replies

darseen
HOBBYTop 1% Contributor

25 days ago

Yes, you are correct, you need to increase the volume size. Your postgres instance has likely shut down to protect data integrity because it cannot write WAL.


Status changed to Solved brody 25 days ago


Loading...