Re: Migration of postgres 7.3 to postgres 7.4 from one server to another server

From: vladimir <bouncer(at)nowhere(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Migration of postgres 7.3 to postgres 7.4 from one server to another server
Date: 2005-04-18 15:18:23
Message-ID: d40j3v$1c89$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> It is giving me following error
>
>
> pg_dumpall: could not connect to database "template1": FATAL: No
> pg_hba.conf entry for host 111.111.222.222, user postgres, database
> template1

It cannot authenticate (the server refuses to open connection). Look at
pg_hba.conf (authentication), you can set it to "trust" temporarily, if it
is not on the Internet...

Vlad

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2005-04-18 15:21:18 Re: Storing Large Objects
Previous Message S S 2005-04-18 15:11:47 PostgreSQL Guide for Oracle Users?