Re: 2 postgresql server on the same station : conflict?

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: image <lcelati(at)latitude-geosystems(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 2 postgresql server on the same station : conflict?
Date: 2013-05-28 10:02:38
Message-ID: 51A480BE.3090902@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 28/05/2013 10:57, image wrote:
> Hello,
>
> On the same station, i have 2 postgresql server: one for my postgis db
> (v9.1) and so another installed with opener^7 (9.2). Unfortunalty, i noticed
> i'm obliged to stop service for my postgresql postgis (9.1) in order to use
> openerp7 (postgres9.2). I 'm surprised about that. There is there a way to
> use these two servers at the same time?

Yes, absolutely - just run them on different ports (assuming you're
connecting on TCP/IP). Set the "port" directive in postgresql.conf, and
restart.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2013-05-28 10:03:58 Re: 2 postgresql server on the same station : conflict?
Previous Message image 2013-05-28 09:57:10 2 postgresql server on the same station : conflict?