Re: pg_dumpall - Mailing list pgsql-novice

From Brent Dombrowski
Subject Re: pg_dumpall
Date
Msg-id 5146E8C3-DA86-4108-8692-65F38CED9A44@gmail.com
Whole thread Raw
In response to Re: pg_dumpall  (aaronenabs <aaronenabs@btconnect.com>)
Responses Re: pg_dumpall  (aaronenabs <aaronenabs@btconnect.com>)
List pgsql-novice
On Mar 30, 2011, at 5:34 AM, aaronenabs wrote:

> hi thanks for that i tried it but still same error:
>
> C:\Program Files\PostgreSQL\9.0\bin>pg_dump --username=postgre
> --password=1234 Test > aaron.db
> Password:
> pg_dump: [archiver (db)] connection to database "Test" failed: FATAL:
> password
> authentication failed for user "postgre"
>
> Once i press enter it asks for the password again which i enter as the
> password above but get the same error message.

The root username should be "postgres".

Are you able to connect using psql or PgAdmin?

Brent D.


pgsql-novice by date:

Previous
From: "David Patricola"
Date:
Subject: Failed SSL Connection
Next
From: aaronenabs
Date:
Subject: Re: pg_dumpall