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

From: Gerardo Herzig <gherzig(at)fmed(dot)uba(dot)ar>
To: Loredana Curugiu <loredana(dot)curugiu(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Install two different versions of postgres which should run in parallel
Date: 2007-08-13 13:14:11
Message-ID: 46C05923.8040806@fmed.uba.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-novice pgsql-sql

Check the postgresql.conf in the $prefix/data dir. Also post the exact
error log (which in this case should be some like "address already in
use", because port 5432 is in use by the 8.2.4 version), and also the
exact command you are executing.

Cheers.
Gerardo

>I didn't succeed installing the two versions of postgres.
>For installing I am running the "configure" script as follows:
>
> ./configure --prefix=/usr/local/pgsql-7.4.5 --with-java --with-pgport=6947
>
>Although I specify a different port than the default one, the postgres it is
>installed with the
>default port. The port must be specified also in another configuration
>files?
>
>Regards,
> Loredana
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2007-08-13 13:37:20 Re: [NOVICE] Install two different versions of postgres which should run in parallel
Previous Message Giuseppe Sacco 2007-08-13 09:11:57 Re: Install two different versions of postgres which should run in parallel

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2007-08-13 13:37:20 Re: [NOVICE] Install two different versions of postgres which should run in parallel
Previous Message Giuseppe Sacco 2007-08-13 09:11:57 Re: Install two different versions of postgres which should run in parallel

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2007-08-13 13:37:20 Re: [NOVICE] Install two different versions of postgres which should run in parallel
Previous Message Giuseppe Sacco 2007-08-13 09:11:57 Re: Install two different versions of postgres which should run in parallel