Re: BUG #12181: Low Disk Space

From: Julian Schauder <julian(dot)schauder(at)credativ(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12181: Low Disk Space
Date: 2014-12-09 13:49:04
Message-ID: 5486FDD0.40703@credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> while trying to create an Extension dblink
> An error occured saying Error:53100: could not extend file No SPace left on
> device

The errormessage states no space left on your device (the one postgres is stored
on), so i assume that a lack of storage space is your problem. I assume the
database is throwing a few errors allready if your storage is full.

> how can I fix this ?

You can fix this by removing obsolete data from the device and try again.
Another possibility is increasing the storage (usually by moving to a bigger disk).

Is the message correct by pointing at your storage or is it mistaken?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-09 13:58:41 Re: BUG #11986: psql uses pager inside Emacs shell buffer (not a terminal)
Previous Message hubert depesz lubaczewski 2014-12-09 12:36:25 Re: regression, deadlock in high frequency single-row UPDATE