Thread
-
multiple version running
philip johnson <philip.johnson@atempo.com> — 2002-05-22T21:36:59Z
is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same machine (mandrake 8.1) ?
-
Re: multiple version running
Tom Lane <tgl@sss.pgh.pa.us> — 2002-05-22T22:07:25Z
"philip johnson" <philip.johnson@atempo.com> writes: > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same > machine (mandrake 8.1) ? Certainly: give them separate install directories, data directories, and port numbers, and away you go. You might have to install one or the other from source rather than use RPMs, if your RPMs want to install both versions in the same place. regards, tom lane
-
Re: multiple version running
Doug McNaught <doug@wireboard.com> — 2002-05-22T22:10:10Z
"philip johnson" <philip.johnson@atempo.com> writes: > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same > machine (mandrake 8.1) ? Sure, just run them with different PGDATA directories and different ports. -Doug
-
Re: multiple version running
Thomas Beutin <tyrone@laokoon.in-berlin.de> — 2002-05-22T22:15:49Z
On Wed, May 22, 2002 at 11:36:59PM +0200, philip johnson wrote: > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same > machine (mandrake 8.1) ? Yes, it's possible, but only one system can listen on the dafault port on rely on the default incuded library path. The other installation must run run on a different post an with the LD_LIBRARAY_PATH set to the dynamic library path -tb -- Thomas Beutin tb@laokoon.IN-Berlin.DE Beam me up, Scotty. There is no intelligent live down in Redmond.
-
Re: multiple version running
philip johnson <philip.johnson@atempo.com> — 2002-05-22T22:43:43Z
is there some env variables to set ? if yes which one ? -----Message d'origine----- De : pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org]De la part de Tom Lane Envoyé : jeudi 23 mai 2002 00:07 À : philip johnson Cc : pgsql-general@postgresql.org Objet : Re: [GENERAL] multiple version running "philip johnson" <philip.johnson@atempo.com> writes: > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same > machine (mandrake 8.1) ? Certainly: give them separate install directories, data directories, and port numbers, and away you go. You might have to install one or the other from source rather than use RPMs, if your RPMs want to install both versions in the same place. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
-
Re: multiple version running
pgsql-general@mail.commandprompt.com — 2002-07-16T07:38:20Z
Sure, just have different install directories and ports they run on. On Wed, 22 May 2002, philip johnson wrote: > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same > machine (mandrake 8.1) ? > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster >