Re: Upgrade Problem: 7.4.3 -> 8.1.2

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade Problem: 7.4.3 -> 8.1.2
Date: 2006-01-19 23:53:53
Message-ID: Pine.LNX.4.63.0601191534530.20481@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 19 Jan 2006, Tom Lane wrote:

> This looks like you are trying to use an 8.1 psql to talk to a 7.4
> postmaster. Database "postgres" should exist by default in an 8.1
> installation but it would not in 7.4. Better check which postmaster is
> really running.

Tom,

Yes. That seems to have been the problem. I killed the running postmaster
(I presume 7.4.3) process and finally restarted the new one. I had permission
problems on /var/lib/pgsql/data (it needed to be 0700), then I could start it
using the script (/etc/rc.d/rc.postgresql start). Now I see a new process,
27964 pts/2 S 0:00 /usr/bin/postmaster -D /var/lib/pgsql/data
where the old one was pointing to a data directory of /usr/local/pgsql/data.

So far so good. Then, as user postgres and in /var/lib/pgsql I ran 'psql -f
/var/tmp/backup.sql' ... and the screen was filled with what looked like good
progress. I've attached the serverlog.

But, trying to access SQL-Ledger still gives me internal server errors when
I try to log in.

Rich

--
Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2006-01-19 23:59:59 Re: Upgrade Problem: 7.4.3 -> 8.1.2
Previous Message Michael Fuhr 2006-01-19 23:29:10 Re: out parameters and SETOF