Re: Pgsql 7.3.3 on redhat 7.2

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: "Daniel E(dot) Fisher" <danfisher(at)bwkip(dot)com>
Cc: PGSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pgsql 7.3.3 on redhat 7.2
Date: 2003-10-20 20:19:28
Message-ID: 20031020201927.GA20999@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Oct 20, 2003 at 03:23:39PM -0400, Daniel E. Fisher wrote:
> Ok...ran into problems backing database up.
>
> trying to run pg_dumpall > backup102003
>
> gives me
>
> Database version 7.3.3 compiled by gcc 2.96
> Archiver DB ver 7.1.3
> Aborting cause of version mismatch.

Huh... apparently you are running pg_dumpall from a very old version.
You should look around your system for a more recent version ... don't
trust you PATH on this! Use pg_dumpall --version and check the version
number.

BTW, you should be using 7.3.4 anyway. I just had somebody with a
postmaster that refused to start because of a bug in 7.3.3 on another
list.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Licensee shall have no right to use the Licensed Software
for productive or commercial use. (Licencia de StarOffice 6.0 beta)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Marques 2003-10-20 20:39:48 Re: Pgsql 7.3.3 on redhat 7.2
Previous Message Tom Lane 2003-10-20 20:09:21 Re: Using subselects in INSERTs?