Re: pg_dumpall

From: Brent Dombrowski <brent(dot)dombrowski(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Cc: aaronenabs <aaronenabs(at)btconnect(dot)com>
Subject: Re: pg_dumpall
Date: 2011-03-30 14:57:20
Message-ID: 5146E8C3-DA86-4108-8692-65F38CED9A44@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message aaronenabs 2011-03-30 15:24:35 Re: pg_dumpall
Previous Message David Patricola 2011-03-30 14:27:18 Failed SSL Connection