Re: PgSQL shut down

From: ecomeau(at)signiant(dot)com (Eric)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PgSQL shut down
Date: 2004-06-18 19:03:18
Message-ID: 537555b1.0406181103.143e313d@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

smarlowe(at)qwest(dot)net ("Scott Marlowe") wrote in message news:<1087537256(dot)28062(dot)3(dot)camel(at)localhost(dot)localdomain>...
> On Thu, 2004-06-17 at 23:03, Deepa K wrote:
> > Hi,
> > I am using Postgresql 7.1.3. PgSQL server gets shut down once the hard
> > disk space becomes full. Is thers any particular reason to shut down the
> > server? Can any one help me on this.
>
> That's a lot like saying "I've got a 1935 Chrysler and the windows are
> pane glass" in terms of how old 7.1.3 is. That far back I don't think
> the backend knew what to do when it ran out of space. It's likely not
> shutting down but crashing, or something in between.
>
> Do you have recent enough backups to not need the data in the exact form
> on the database, or do you need what's on there right now? Try putting
> it on a larger partition and seeing if the database will come up and
> run. But this is so far back, I'm not even sure what to do to get it
> back up any more.
>
> You should really look at upgrading when you get a chance, after we get
> this fixed...
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

Same thing will happen under v7.2.4 as well, database will shutdown if
it runs out of disk space.

It won't shutdown if the disk is 100% full and you are only doing
"Selects" my experience has been.....

So when the disk goes to 100%, just don't write the DB anymore and it
won't shutdown ;-)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Rogers 2004-06-18 19:27:49 can't win
Previous Message Duane Lee - EGOVX 2004-06-18 19:00:07 Re: INSERT ON DUPLICATE KEY UPDATE