Re: problem with postgresql 7.2 recovery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava)
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: problem with postgresql 7.2 recovery
Date: 2002-02-15 23:08:00
Message-ID: 16426.1013814480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava) writes:
> Hi I have installed postgresql 7.2. I took the backup with pg_dumpall
> in postgresql7.1.3 and I tried to restore it in postgresql7.2 with the
> following command.

I think the thing you need to fix is:

> psql:pgbackups:80: ERROR: stat failed on file
> '/u01/app/pgsql/7.1.2/lib/plpgsql.so': No such file or directory

Evidently your dump file contains a hard-coded reference to an old
directory path. You'll need to edit that. I recommend making it
refer to just 'plpgsql', no path, no ".so".

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-02-15 23:09:12 Re: error when running make
Previous Message Linda Fousek 2002-02-15 22:32:04 error when running make