Hi again,
I've upgraded to PostgreSQL 8.4 now (yeah, I read the docs again :) ) but I'm still getting the same error.
When I tcpdump at the database server (a different host), I don't see any traffic (however when I use psql from the command like I do see the traffic).
Is there a log file generated during the install process that I could check?
Thanks, Mark
On Fri, May 20, 2011 at 2:03 PM, mark bradley gopearls42@gmail.com wrote:
Hello,
I've installing Drupal 7 on a server with the database running on a remote server. When I try and go through the installation script I get the following message:
Failed to connect to your database server. The server reports the following message: SQLSTATE[08006] [7] could not connect to server: Permission denied Is the server running on host "hubdb-dev" and accepting TCP/IP connections on port 5432?.
interestingly, I can connect to the database server from the command-line on the same system:
[root@hubweb-dev corp-site]# psql -U corp-site -h hubdb-dev corpsitedb Password for user corp-site: Welcome to psql 8.1.23, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms \h for help with SQL commands ? for help with psql commands \g or terminate with semicolon to execute query \q to quit
corpsitedb=>
Any ideas would be welcomed ...
Thanks, Mark