Re: multiple postgres instances from RPM install

Lists: pgsql-admin
From: "Tom Kalafut" <tommyk(at)tridsys(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: multiple postgres instances from RPM install
Date: 2006-12-19 17:40:45
Message-ID: 1C6A5A59B497974EA899736C7A78D8F013F292@TSIEXCHANGE.tridsys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

I am getting ready to set up 2 postgres instances, but I'm somewhat new
to postgres. I've used RPM to list out all the files that are
installed, and I think I've isolated all the executables of which I need
to make separate copies, but I was hoping for some confirmation. I
heard the exact files that need copying are listed in a thread somewhere
in the archives, but I can't seem to find it. Could someone please
point me to it?

The motivation behind this is having 2 distinct SELinux policies for 2
separate users with their own separate databases.

Thanks,

Tom

Tom Kalafut
Interchange/CG Crew Member
Trident Systems Inc.
tommyk(at)tridsys(dot)com
(919)388-1264

-------------------------

The opinions expressed in this email may not necessarily reflect the
opinions of Trident Systems Inc.


From: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
To: "Tom Kalafut" <tommyk(at)tridsys(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: multiple postgres instances from RPM install
Date: 2006-12-19 18:25:34
Message-ID: a97c77030612191025xa23226dy270ea2a72f856261@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On 12/19/06, Tom Kalafut <tommyk(at)tridsys(dot)com> wrote:
>
>
>
>
> I am getting ready to set up 2 postgres instances, but I'm somewhat new to
> postgres. I've used RPM to list out all the files that are installed, and I
> think I've isolated all the executables of which I need to make separate
> copies, but I was hoping for some confirmation.

please read about initdb

you can initdb two different empty directories as two different unix users.
when you initdb a directory you will get a postgresql.conf file in it.
you can change the port number in that file to run different instances
separately.

but do you really need two different instances that would possibly compete
each other for resources?

I heard the exact files
> that need copying are listed in a thread somewhere in the archives, but I
> can't seem to find it. Could someone please point me to it?
>
>
>
> The motivation behind this is having 2 distinct SELinux policies for 2
> separate users with their own separate databases.
>
>
>
> Thanks,
>
> Tom
>
>
>
>
>
> Tom Kalafut
> Interchange/CG Crew Member
> Trident Systems Inc.
> tommyk(at)tridsys(dot)com
> (919)388-1264
>
>
>
> -------------------------
>
> The opinions expressed in this email may not necessarily reflect the
> opinions of Trident Systems Inc.
>
>