Re: Remove Postgres from Solaris 10 - Mailing list pgsql-admin

From Thomas Bräutigam
Subject Re: Remove Postgres from Solaris 10
Date
Msg-id 46F5921DF52F6E40860287B30CADADC785F48D@EROS.nexus-ag.com
Whole thread Raw
In response to Re: Remove Postgres from Solaris 10  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
Responses Re: Remove Postgres from Solaris 10
List pgsql-admin
Hi Jignesh

What things do I all need to take care when I want to run both postgres databases on the same box. Like the Solaris 10
postgresdb and my postgres db. 

What parameters to I need to change in the postgresql.conf file? Is there something else I need to take care?

Cheers Thomas

-----Original Message-----
From: J.K.Shah@Sun.COM [mailto:J.K.Shah@Sun.COM]
Sent: Mittwoch, 30. April 2008 05:58
To: Thomas Bräutigam
Cc: Joshua D. Drake; Robert.Lor@Sun.COM; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Remove Postgres from Solaris 10

Here are my two cents:

You dont want to remove packages installed with Solaris by default..
However you may use your own Postgres packages or binaries in different location and not enable Postgres by default.
(PostgreSQLis an integral part of Solaris 10 ) 

Don't forget some of Solaris's own tools like SunMC now uses the bundled postgres in the operating system and hence
dependson its existence  and tested against it. 

http://www.sun.com/bigadmin/sundocs/articles/sunmcnew.jsp


Removing PostgreSQL packages installed by default is not supported since upgrades to the Operating system will depend
onthose file installations to exist out in the preset locations. However that does not mean you cannot have your own
binariesand use them at the default port. The default database is not enabled by default which means there is no
collisionof port numbers unless you want both database clusters to be enabled. If thats the case than changing Port
numbersin either your database cluster or the default db instance (if init'ed by using svcadm start postgres_82:default
for the first time) in /var/postgres/8.2/data/postgresql.conf  should be fairly easy. 


Other option is to use "OpenSolaris" CD images which does not have PostgreSQL installed by default as part of the "CD
image"install as of now. 

http://opensolaris.org/os/project/indiana/resources/getit/

-Jignesh


Thomas Bräutigam wrote:
> Hi Joshua,
>
> I think I have to explain it a little more detailed
>
> - my product uses a postgres database with the standart config (ports
> etc.)
> - with Solaris 10 postgres is already installed as standart
> - I need to replace this Solaris 10 postgres installation with my
> standart postgres database of my product
>
> That is the reason I need to remove the standart postgres installation from Solaris 10 that I can use my own postgres
database.
>
> My concern is how I can remove this standart Solaris 10 postgres database as quick and efficient as possible that I
canput in my postgres database? 
>
> Cheers Thomas
>
>
>
> -----Original Message-----
> From: Joshua D. Drake [mailto:jd@commandprompt.com]
> Sent: Mittwoch, 30. April 2008 02:33
> To: Thomas Bräutigam
> Cc: J.K.Shah@Sun.COM; Robert.Lor@Sun.COM; pgsql-admin@postgresql.org
> Subject: Re: [ADMIN] Remove Postgres from Solaris 10
>
> On Wed, 30 Apr 2008 01:59:08 +0200
> Thomas Bräutigam <thomas.braeutigam@nexustelecom.com> wrote:
>
>
>> Hi Joshua
>>
>> The problem is this that I need this ports for my default postgres
>> database.
>>
>> Is it than possible to have 2 default postgres databases in parallel?
>> Same ports etc.....?
>>
>
> I am afraid I don't understand what you are asking. You can't have two postgresql installations bound to the same
port.You can have two postgresql installations pointing to different ports on the same machine. 
>
> Joshua D. Drake
>
>
> --
> The PostgreSQL Company since 1997: http://www.commandprompt.com/
> PostgreSQL Community Conference: http://www.postgresqlconference.org/
> United States PostgreSQL Association: http://www.postgresql.us/ Donate
> to the PostgreSQL Project: http://www.postgresql.org/about/donate
>
>
>
>
>



pgsql-admin by date:

Previous
From: Ian Westmacott
Date:
Subject: Re: 8.1.8 autovacuum missing databases
Next
From: Thomas Bräutigam
Date:
Subject: Re: Remove Postgres from Solaris 10