Re: upgrade causes psql to not work

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: BJ Freeman <bjfree(at)free-man(dot)net>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: upgrade causes psql to not work
Date: 2012-07-25 15:16:50
Message-ID: CAHyXU0waV6ahJek6q1wy69CZZU_nzUOt+r5c7_XX0ZU02D8KTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 25, 2012 at 9:57 AM, BJ Freeman <bjfree(at)free-man(dot)net> wrote:
> did a centos 5.6 server upgrade to PostgreSQL version 8.4.12.
> console:
> [root(at)main jdbc]# psql -h localhost -U gameserver
> passwordfromentityengine.xml
>
> psql: could not connect to server: Connection refused
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
>
> I notice there is no localhost and th 127.0.0.1 has /32 added.
> I can not add a localhost to the allowed hosts

well, your server is not running (you can confirm this with ps axf).
this is not an issue with pg_hba.conf.

what happens when you try to launch the service manually?

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message BJ Freeman 2012-07-25 15:48:26 Re: upgrade causes psql to not work
Previous Message BJ Freeman 2012-07-25 14:57:05 upgrade causes psql to not work