9 days ago
My PostgreSQL service crashed due to a full volume (485MB/500MB). I resized the volume to 1GB via the dashboard but the filesystem didn't expand. The service cannot start because pg_wal is full. I need help resizing the ext4 filesystem on volume vol_vgn7m7a18wiynktc in project df1eaa18-8bd0-4afa-b5fd-dcdac91d7300.
Error in logs: FATAL: could not write to file "pg_wal/xlogtemp.58": No space left on device
1 Replies
9 days ago
The volume you resized to 1GB is not the one attached to your Postgres service. Your project has multiple volumes, and the resize went to a detached volume while the one actually mounted to Postgres is still at 500MB (485MB used), which is why pg_wal cannot write. You can resize the correct volume from the Postgres service's volume settings in your project dashboard. The detached volumes can also be cleaned up from there if they are no longer needed.
Status changed to Awaiting User Response Railway • 9 days ago
2 days ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 2 days ago