Re: Adding multiple instances to 7.4

From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
To: "Andrew J Delamare" <andrew(dot)delamare(at)amadeo(dot)co(dot)uk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Adding multiple instances to 7.4
Date: 2004-08-11 09:14:32
Message-ID: 1092215672.2773.1.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 2004-08-09 at 04:12, Andrew J Delamare wrote:
> Hi there,
>
> I'm a little new to postgres but I am wondering (as it doesn't seem to be in
> the in site documentation) how to add multiple instances to a 7.4 Postgres
> installation.
>
> The scenario is that I have 4 Databases all on separate systems at the
> moment that are core the business and the thought was that we could put them
> all onto one high availability machine as instances under 1 postgres
> install.
>
> Is there any documented way of doing that or does anyone have experience of
> doing that they would like to share with me.

Unless you have some out of the ordinary requirements, you should be
able to just createdb dbname the databases you need. It is possible to
set up multiple clusters, each listening on a different port, but this
means each postmaster has its own shared_memory requirements, and
generally places a heavier load on the server than running the databases
out of the same cluster.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Martin J. Brown, Jr. 2004-08-11 10:17:27 can't authenticate pg admin
Previous Message Jouneau Luc 2004-08-11 07:26:00 Re: Adding multiple instances to 7.4