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

From: Ben Chobot <bench(at)silentmedia(dot)com>
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 17:35:50
Message-ID: 35DD2192-A900-4022-817C-2D789635128F@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On May 28, 2013, at 2:54 AM, 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?

Sure - configure them to use different ports. In postgresql.conf, see the "port" parameter.

Note that if performance is an issue, these two clusters are going to compete for resources when running simultaneously.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Moshe Jacobson 2013-05-28 19:53:15 Strange behavior of "=" as assignment operator
Previous Message John R Pierce 2013-05-28 16:51:56 Re: 2 postgresql server on the same station : conflict?