Re: [OT] revolver postgresql issue

2012-05-15 Thread Johann Spies
On Tue, May 15, 2012 at 02:10:12PM +0200, J. Bakshi wrote: > Yes, revolver software use port 9977 for postgresql. This can be changed > easily, > but the problem is it is binded to localhost only even after > > listen_addresses = '*' Then you must configure postresql to listen at 9977. Note th

Re: [OT] revolver postgresql issue

2012-05-15 Thread J. Bakshi
On Tue, 15 May 2012 14:02:50 +0200 Johann Spies wrote: > On Tue, May 15, 2012 at 01:26:57PM +0200, J. Bakshi wrote: > > > > I am using revolver solo version 8.4.6 > > The system is working fine. I need to communicate the postgresql > > remotely, but the port 9977 which postgresql uses for revolv

Re: [OT] revolver postgresql issue

2012-05-15 Thread Johann Spies
On Tue, May 15, 2012 at 01:26:57PM +0200, J. Bakshi wrote: > > I am using revolver solo version 8.4.6 > The system is working fine. I need to communicate the postgresql > remotely, but the port 9977 which postgresql uses for revolver is bind > to the localhost only. > > At postgresql.conf there i

[OT] revolver postgresql issue

2012-05-15 Thread J. Bakshi
Hello, I am using revolver solo version 8.4.6 The system is working fine. I need to communicate the postgresql remotely, but the port 9977 which postgresql uses for revolver is bind to the localhost only. At postgresql.conf there is already listen_addresses = '*' and at pg_hba.conf I have add