Re: Pg_dumpall problem

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: James Hall <James(dot)Hall(at)RadioShack(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg_dumpall problem
Date: 2003-02-06 16:35:50
Message-ID: 04UOXWA943YUNHA5LGRPJI4XSQKQK65.3e428ee6@cal-lab
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I thought ALL databases used passwords!

2/6/2003 6:52:25 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

>James Hall <James(dot)Hall(at)RadioShack(dot)com> writes:
>> I am trying to use pg_dumpall to backup my databases, and it is failing.
>> The results of a attempted dumpall are below:
>
>> [postgres(at)rspde postgres]$ pg_dumpall > 020503.out
>> Password: psql: Password authentication failed for user 'postgres'
>> Password: Password: psql: Password authentication failed for user 'postgres'
>> Password: psql: fe_sendauth: no password supplied
>> Password: psql: fe_sendauth: no password supplied
>
>pg_dumpall is more or less useless for databases that use password
>protection. I counsel setting up a different authorization method for
>local connections.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-02-06 16:37:03 Re: How do I create an array?
Previous Message Arjen van der Meijden 2003-02-06 16:35:49 Re: password() function?