Re: Postgres DB Migration from 8.3 to 9.1

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Postgres DB Migration from 8.3 to 9.1
Дата
Msg-id 5078FCDA.60301@hogranch.com
обсуждение исходный текст
Ответ на Re: Postgres DB Migration from 8.3 to 9.1  (Vishalakshi Navaneethakrishnan <nvishalakshi@sirahu.com>)
Список 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 по дате отправления:

Предыдущее
От: Vishalakshi Navaneethakrishnan
Дата:
Сообщение: Re: Postgres DB Migration from 8.3 to 9.1
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Help estimating database and WAL size