Re: Creating Multiple Instance

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Creating Multiple Instance
Date: 2011-12-13 11:44:49
Message-ID: 4EE73AB1.1050904@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

thats possible. Dont forget so set another port in your postgresql.conf

Thomas

Am 13.12.2011 09:23, schrieb Selva manickaraja:
> Hi All,
>
> We are planning to create a 2nd instance of postgres db in the same
> server. The reason is simple. After we added another application, the
> number of WAL(s) created is too much. So we want to separate the db by
> moving it out to another instance of postgres in the same machine. We
> want to study that new application the new db independently to
> understand what could go wrong. Meanwhile we want the operations and
> backups on our existing db running on 5432 port to be going on as usual.
>
> Steps we took:
>
> 1.Create a new cluster "/pgs/903/data_5433"
> 2. Start the db instance using new parameters i.e. - (su - postgres -c
> "/opt/pgs/903/bin/pg_ctl -w start -D \"/pgs/903/data_5433\" -l
> \"/pgs/903/data_5433/pg_log/startup.log\"")
>
> Unfortunately we got the following error.
>
> pg_ctl: another server might be running; trying to start server anyway
> waiting for server to start... done
> server started
>
> First of all, we want to know if at all it is possible to do this in
> PostgreSQL, or whether we missed out any important steps.
>
> Please help.
>
> Thank you.
>
> Regards,
>
> Selvam
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2011-12-13 15:32:14 Re: Creating Multiple Instance
Previous Message Selva manickaraja 2011-12-13 08:23:28 Creating Multiple Instance