Re: Multiple postgresql serices on same windows machine..

From: Vishal Arora <aroravishal22(at)hotmail(dot)com>
To: Anoo Sivadasan Pillai <aspillai(at)in(dot)rm(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Multiple postgresql serices on same windows machine..
Date: 2008-02-08 05:27:43
Message-ID: BLU110-W15E33BA2BD88A1A450F360A92F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can have more than one instance of PostgreSQL server running on the same Windows machine as long as you have different DataDir for each of them. you can have initdb process indicating different datadir.

- vishal

Subject: [ADMIN] Multiple postgresql serices on same windows machine..Date: Fri, 8 Feb 2008 10:20:34 +0530From: aspillai(at)in(dot)rm(dot)comTo: pgsql-admin(at)postgresql(dot)org

Can I install multiple postgresql 8.2.4 services on same Windows 2003 Server ?
My scenario
Application A which is already existing in the system is using postgres database ( It used port 5432 and Windows account postgres is used as the service account )
Application B too uses postgresql database.( It uses a windows account say “ServiceAccount” for starting postgresql service and uses another port say 54321)
The service account postgres’s password is not known to application B and service account ServiceAccount’s password is not known to application B.
How can we install both application on same machine?

AnooP

Visit our Website at www.rmesi.co.in This message is confidential. You should not copy it or disclose its contents to anyone. You may use and apply the information for the intended purpose only. Internet communications are not secure; therefore, RMESI does not accept legal responsibility for the contents of this message. Any views or opinions presented are those of the author only and not of RMESI. If this email has come to you in error, please delete it, along with any attachments. Please note that RMESI may intercept incoming and outgoing email communications. Freedom of Information Act 2000 This email and any attachments may contain confidential information belonging to RMESI. Where the email and any attachments do contain information of a confidential nature, including without limitation information relating to trade secrets, special terms or prices these shall be deemed for the purpose of the Freedom of Information Act 2000 as information provided in confidence by RMESI and the disclosure of which would be prejudicial to RMESI's commercial interests. This email has been scanned for viruses by Trend ScanMail.
_________________________________________________________________
Post ads for free - to sell, rent or even buy.www.yello.in
http://ss1.richmedia.in/recurl.asp?pid=186

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pleyer, Walter 2008-02-08 08:04:46 Pg_dump and password
Previous Message Anoo Sivadasan Pillai 2008-02-08 04:50:34 Multiple postgresql serices on same windows machine..