Re: Install two different versions of postgres which should run in parallel

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Install two different versions of postgres which should run in parallel
Дата
Msg-id dcc563d10708100821x50349c5cj391f25795e21a5de@mail.gmail.com
обсуждение исходный текст
Ответ на Install two different versions of postgres which should run in parallel  ("Loredana Curugiu" <loredana.curugiu@gmail.com>)
Список pgsql-sql
On 8/10/07, Loredana Curugiu <loredana.curugiu@gmail.com> wrote:
> Hi all,
>
>  I need to have two different vesions of postgres running in parallel on
>  different ports. Does anyone knows how to install two different versions
>  of postgres (7.4.5 and 8.2.4) on the same computer? I am using Linux
>  operating system.

FYI, Linux isn't an OS, it's a kernel.

With RedHat, you'll either need to build your own RPMs from source
where each goes to a different directory etc OR compile from source
using a different --prefix and then use separate startup scripts that
set LD_LIBRARY_PATH and PATH etc... for each install on startup.

If you're running Debian, you can install >1 version of pgsql side by
side.  Not sure how it's done exactly, but I've heard it repeated
enough to believe it's true.

В списке pgsql-sql по дате отправления:

Предыдущее
От: Gerardo Herzig
Дата:
Сообщение: Re: Install two different versions of postgres which should run in parallel
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: [NOVICE] Install two different versions of postgres which should run in parallel