Re: Postgres DB Migration from 8.3 to 9.1 - Mailing list pgsql-general

From John R Pierce
Subject Re: Postgres DB Migration from 8.3 to 9.1
Date
Msg-id 5078FCDA.60301@hogranch.com
Whole thread Raw
In response to Re: Postgres DB Migration from 8.3 to 9.1  (Vishalakshi Navaneethakrishnan <nvishalakshi@sirahu.com>)
List pgsql-general
On 10/12/12 9:52 PM, Vishalakshi Navaneethakrishnan wrote:
> While testing upgrade facility, I have installed postgres 9.2 using
>  source package.
>
> Because it needs to  be compiled with --disable-integer-datetimes.
>
> I have used this command
>
> ./configure --prefix=/opt/PostgreSQL/9.2/ --disable-integer-datetimes
> --without-readline
>
> After installation i found pg_upgrade binary missing in bin directoy.
> How can i get this ?
>

pg_upgrade is part of the optional 'contrib' packages, these have to be
explicitly built.  from your top level source directory, try....

     make contrib
     make install

...


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



pgsql-general by date:

Previous
From: Vishalakshi Navaneethakrishnan
Date:
Subject: Re: Postgres DB Migration from 8.3 to 9.1
Next
From: Jasen Betts
Date:
Subject: Re: Help estimating database and WAL size