Re: [GENERAL] Can we have 2 databases on same server

From: Chander Ganesan <chander(at)otg-nc(dot)com>
To: Suresh Gupta VG <suresh(dot)g(at)zensar(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: [GENERAL] Can we have 2 databases on same server
Date: 2008-01-30 15:06:06
Message-ID: 47A0925E.1070601@otg-nc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Hello Suresh,

Suresh Gupta VG wrote:
>
> Hi Team,
>
>
>
> I have Solaris 9 machine with Pgsql 7.4 and want to upgrade to 8.2.5.
> I don't want to disturb the first version now. I want to install
> second one separately and need to test with my application. If it
> works fine, I will activate only the latest one and other version 7.4
> will be discarded. This is my idea.
>
>
>
> 1) Can I please know, if we can run 2 databases on the same
> server with out any conflicts?
>
It looks like you already got the answer on this one.. however, your
terminology is a bit off. Unlike Oracle (where we think in terms of
"databases"), in PostgreSQL we think in terms of "clusters", where a
cluster (often used interchangeably with the word "server") is a
collection of databases. A cluster listens on a single port, has a
single "data" directory, and manages a single list of roles (accounts
and groups) that span all of the databases that are managed by the cluster.

Hope that helps. When you read the documentation you will see
references to "Clusters", not databases...

--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
919-463-0999/877-258-8987
http://www.otg-nc.com
Ask me about Expert PostgreSQL & PostGIS Training Delivered Worldwide.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kasia Tuszynska 2008-01-30 18:33:13 monitoring fragmentation
Previous Message Kevin Grittner 2008-01-30 14:53:29 Re: connection from connection pool uses too much memory during the time

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2008-01-30 15:19:30 Re: PGCon vs Postgresql Conference
Previous Message Peter Wilson 2008-01-30 13:52:55 Re: postgresql book - practical or something newer?