2 postgresql server on the same station : conflict?

Started by imagealmost 13 years ago2 messagesgeneral
Jump to latest
#1image
lcelati@latitude-geosystems.com

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?

Thanks.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/2-postgresql-server-on-the-same-station-conflict-tp5757101.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#2Ben
bench@silentmedia.com
In reply to: image (#1)
Re: 2 postgresql server on the same station : conflict?

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.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general