Re: failed to install posgrest - Mailing list pgsql-general

From Dave Page
Subject Re: failed to install posgrest
Date
Msg-id 937d27e10810031412w52599debsebdf7b07066a79b1@mail.gmail.com
Whole thread Raw
In response to Re: failed to install posgrest  (Joshua Drake <jd@commandprompt.com>)
Responses Re: failed to install posgrest  (Joshua Drake <jd@commandprompt.com>)
Re: failed to install posgrest  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
List pgsql-general
On Fri, Oct 3, 2008 at 9:31 PM, Joshua Drake <jd@commandprompt.com> wrote:
> On Fri, 3 Oct 2008 15:18:26 -0500
> "Eduardo Arévalo" <earevaloch@gmail.com> wrote:
>
>> Hi I am trying to install the portgres of 64btis in centos 5.6 but at
>> the next command ./postgresql-8.3.4-1-linux-x64.bin
>> the results are as follows:
>
> We don't distribute .bin files.... I would strongly suggest using the
> rpm based packages for Centos.

Yes we do - and simply switching to the RPM distro is unlikely to
solve the problem as the OP is obviously not aware of the what the
problem is and will probably grab the latest version available.

Eduardo; the error you see occurs because the data directory you have
is not compatible with the PostgreSQL version you are trying to
install. Given the catalog version number the installer is reporting
that it's found, your existing data directory is from PostgreSQL 8.2.
You should therefore install the latest 8.2 RPM (or build from
source), as the one-click installer is not available for the 8.2
series.

Why you have a PG 8.2 data directory under /usr/local/postgresql_8.3
is another question entirely...

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: How do I save data and then raise an exception?
Next
From: Joshua Drake
Date:
Subject: Re: failed to install posgrest