Re: server closed the connection unexpectedly

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: "Mark Greenbank" <mark(dot)greenbank(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: server closed the connection unexpectedly
Date: 2006-10-06 15:34:45
Message-ID: 87ejtla25m.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mark Greenbank" <mark(dot)greenbank(at)gmail(dot)com> writes:

> 1) I'm assuming that if I update 7.3.2 to 7.3.15 I can leave the data in place
> (that is, without doing a dump/restore) -- is this correct?

Yes--minor releases don't require dump/restore.

> 2) If I up upgrade to 8.x can just copy the data files or do I have to do a
> dump/restore? The latter would be hard since pg_dump also fails on this same
> table and pg_dump doesn't seem to have an 'ignore table' option.

You would use the 8.x pg_dump in this case (against the 7.3 database),
which may or may not help if you have corrupted table data. If that's
the problem, it's best to fix the corruption before trying to upgrade.

-Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Greenbank 2006-10-06 15:38:49 Re: server closed the connection unexpectedly
Previous Message Geoffrey 2006-10-06 15:32:39 Re: server closed the connection unexpectedly