arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

fusionpbx installation error: SQLSTATE[08006] [7] could not connect to server #761

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I choose PostgreSQL as my Database on the first page
2.ON the Second Page:
          Database Name:fusionpbx
          Database Username:fusionpbx
          Database Password:******
          Create Database Username:Blank
          Create Database Password:Blank

3.then face this error

error: SQLSTATE[08006] [7] could not connect to server: Connection refused Is 
the server running on host "localhost" (::1) and accepting TCP/IP connections 
on port 5432? could not connect to server: Connection refused Is the server 
running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on 
port 5432?

Original issue reported on code.google.com by chandraa...@gmail.com on 13 Nov 2014 at 11:43

GoogleCodeExporter commented 9 years ago
You didn't tell us how you installed and with what options..

Make sure postgres is installed..

make sure postgres is started, check it is listening on 5432 with netstat -nal

Should see a line near the top like

tcp        0      0 0.0.0.0:5432            0.0.0.0:*               LISTEN

if not check 

/etc/postgresql/9.3/main/postgresql.conf

has

listen_addresses = 'localhost'
and
port = 5432 

Original comment by natecons...@gmail.com on 14 Nov 2014 at 9:30

GoogleCodeExporter commented 9 years ago
i installl fusionPBX script from this link 

https://code.google.com/p/fusionpbx/source/browse/trunk/scripts/install/ubuntu/i
nstall_fusionpbx.sh

and postgres is installed in my system but when i installed this script 
postgres is not working.it show same error "connection refused".

Original comment by chandraa...@gmail.com on 14 Nov 2014 at 12:33

GoogleCodeExporter commented 9 years ago
configuration issue on Ops end.

Original comment by ewsamu...@gmail.com on 23 Mar 2015 at 2:43

GoogleCodeExporter commented 9 years ago
How to fix this configuration issue?????

Original comment by chandraa...@gmail.com on 23 Mar 2015 at 5:04