Closed GoogleCodeExporter closed 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
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
configuration issue on Ops end.
Original comment by ewsamu...@gmail.com
on 23 Mar 2015 at 2:43
How to fix this configuration issue?????
Original comment by chandraa...@gmail.com
on 23 Mar 2015 at 5:04
Original issue reported on code.google.com by
chandraa...@gmail.com
on 13 Nov 2014 at 11:43