Re: Can't start PostgreSQL

From: Richard Huxton <dev(at)archonet(dot)com>
To: Ian Johnson <norules(at)telus(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can't start PostgreSQL
Date: 2006-07-27 18:02:13
Message-ID: 44C8FFA5.4010803@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ian Johnson wrote:
> Hi List
>
> I want to develop an application in PostgreSQL but when starting the
> service I get the following message:
>
> An old version of the database format was found.
> You need to upgrade the data format before using PostgreSQL.
> See /usr/share/doc/postgresql-8.1.4/README.rpm-dist for more
> information.
>
> I am running Fedora Core 5 but initially had built the system with
> Fedora Core 3, with PostgreSQL installed and automatically updated it
> over the past 2 years. I may have created a test database 2 years ago
> which may be the source of the problem. Is this the source of the
> problem? I could find nothing in README.rpm-dist that helps.

Yep - you have an old installation still there. The RPM probably refused
to destroy the old installation without approval from you. You'll need
to initdb the directory (see the online manuals for how to run initdb,
or check the RPM /etc/init.d/ scripts)

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2006-07-27 18:08:19 Re: PostgreSQL theoretical maximums.
Previous Message Ken Johanson 2006-07-27 17:43:23 Backslash as ordinary char vs. not; set via a connection/session variable