Pg_dumpall problem - Mailing list pgsql-general

From James Hall
Subject Pg_dumpall problem
Date
Msg-id EE80A67DD80E304DA779C72BC9FA999673E55A@ntmailo
Whole thread Raw
Responses Re: Pg_dumpall problem  ("Marie G. Tuite" <marie.tuite@edisonaffiliates.com>)
List pgsql-general
[cross-posting to General due to no response from Novice list]

Hello,

I am trying to backup my database with pg_dumpall.

When I try to execute the dump command, I get the following result:
---
postgres@rspde data]$ pg_dumpall > 101602.out
Password: psql: Password authentication failed for user 'postgres'
Password: xxxx              <------- I enter the password for
postgres user here
Password: psql: Password authentication failed for user 'postgres'
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: xxxx              <-------- prompted again for
postgres password, password entered again
Connection to database '' failed.
fe_sendauth: no password supplied

pg_dump failed on , exiting
postgres@rspde data]$
---

My pg_hba.conf is pretty simple -
local     all     password
host     all     0.0.0.0     0.0.0.0    password

Only other thing to note is I am connecting to the server with Postgres via
a Telnet connection.

Any help in figuring this problem out would be appreciated!

Thank you,
-jim

pgsql-general by date:

Previous
From: miguel angel rojas aquino
Date:
Subject: seting the time zone in the server
Next
From: "Mark Wilson"
Date:
Subject: accessing schemas