Re: Upgrade from 7.4 -> 8.0.1 - problem with dump/restore

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade from 7.4 -> 8.0.1 - problem with dump/restore
Date: 2005-02-03 19:15:11
Message-ID: 20050203191511.GA61940@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 03, 2005 at 01:03:57PM -0600, Karl Denninger wrote:

> Trying to move from 7.4.1 to 8.0.1
>
> All goes well until I try to reload after installation.
>
> Dump was done with the 8.0.1 pg_dumpall program
>
> On restore, I get thousands of errors on the console, and of course the
> data doesn't end up back in the system.

Please show the commands you ran and examples of some of the errors --
without knowing more we have no way of figuring out what's wrong.

> The only two "non-standard" things about my 7.4.1 DBMS is that I do have
> significant amonuts of binary data stored in the dbms itself, and in
> addition I have "tsearch" loaded.

Are you using tsearch, or tsearch2? README.tsearch says that as
of 7.4, tsearch is deprecated in favor of tsearch2. Did you install
the 8.0.1 version of whatever module you're using?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wes 2005-02-03 19:20:00 Indexed leading substring searches - worked, now doesn't
Previous Message Alvaro Herrera 2005-02-03 19:07:15 Re: Hiding databases