| From: | James Hall <James(dot)Hall(at)RadioShack(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Pg_dumpall problem |
| Date: | 2003-02-05 20:33:34 |
| Message-ID: | EE80A67DD80E304DA779C72BC9FA99960380838F@ntmailo |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello,
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
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: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: psql: fe_sendauth: no password supplied
Password: Connection to database '' failed.
fe_sendauth: no password supplied
pg_dump failed on , exiting
---------------------------------------------------------------------
The version of Postgresql is 7.1 and all tables have owner postgres. The
password I supply is correct.
If anyone can shed any light on this problem, it would be greatly
appreciated.
TIA,
-jim
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-02-05 20:37:00 | Re: [HACKERS] [ANNOUNCE] PostgreSQL v7.3.2 Released |
| Previous Message | Laurette Cisneros | 2003-02-05 20:26:03 | Re: [ANNOUNCE] PostgreSQL v7.3.2 Released |