3 months ago
I see the following errors in the logs of the postgres instance in my dev environment:
DelayedInsertError: could not extend file "base/16384/249847": No space left on device
But I cant see anything in the stats or metrics dashboard components for postgress that would tell me I'm out of space. What am I missing ?
1 Replies
3 months ago
Hey!
I took a look at your volume and can confirm the issue. Your volume is configured for 50 GB, but the underlying filesystem is only ~1.1 GB. This happens when a volume resize doesn't fully propagate to the filesystem layer.
To fix this, we'd need to briefly take the service offline so we can safely expand the filesystem. The steps are:
1. Remove the current deployment (stops the service)
2. Run a filesystem check and resize on the volume
3. Redeploy the service
The downtime should only be a few minutes. Are you okay with us doing that now, or is there a better time for you?
Status changed to Awaiting User Response Railway • 3 months ago
2 months 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 months ago