From: | Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr> |
---|---|
To: | PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org> |
Subject: | about pg_dumpall |
Date: | 2002-02-05 17:45:43 |
Message-ID: | Pine.LNX.4.44.0202051941330.27763-100000@oper.metu.edu.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
Today I needed to use pg_dumpall for the first time ever :)
I'm running PostgreSQL v7.1.3 on a different port than 5432 on RedHat.
This is what has happened:
bash-2.05$ pg_dumpall -p 5455 > all.dump
Password:
psql: Password authentication failed for user 'postgres'
Password:
Password:
Connection to database 'template1' failed.
fe_sendauth: no password supplied
pg_dump failed on template1, exiting
bash-2.05$
The passwd is correct. In the first attempt, it gives the error without
asking any password.
Am I doing something wrong?
Regards,
--
Devrim GÜNDÜZ
devrim(at)oper(dot)metu(dot)edu(dot)tr
devrim(dot)gunduz(at)linux(dot)org(dot)tr
devrimg(at)tr(dot)net
Phone : +90-535-328-9594 (cellular)-
Phone : +90-312-295-9595 (work)
Phone : +90-312-286-5906 (home)
Web : http://devrim.oper.metu.edu.tr
------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2002-02-05 17:47:04 | Re: PostgreSQL v7.2 Final Release |
Previous Message | D'Arcy J.M. Cain | 2002-02-05 17:44:54 | Re: PostgreSQL v7.2 Final Release |