BUG #13741: vacuumdb does not accept valid password

From: brown(at)fastmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13741: vacuumdb does not accept valid password
Date: 2015-10-27 19:39:19
Message-ID: 20151027193919.931.54948@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

The following bug has been logged on the website:

Bug reference: 13741
Logged by: Eric Brown
Email address: brown(at)fastmail(dot)com
PostgreSQL version: 9.5beta1
Operating system: CentOS 6.6
Description:

I am trying to vacuum a database from a remote computer. It appears that
vacuumdb is not accepting my password, though psql connects just fine.
______
browne1(at)reslin3 ~/Desktop> vacuumdb -z -j 24 -h reslin1.enhnet.org -p 5433
127
vacuumdb: vacuuming database "browne1"
Password:
Password:
Password:
vacuumdb: could not connect to database browne1: FATAL: password
authentication failed for user "browne1"
browne1(at)reslin3 ~/Desktop> psql -h reslin1.enhnet.org -p 5433
1
Password:
psql (9.5beta1)
Type "help" for help.

browne1=#
______

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Haribabu Kommi 2015-10-28 03:53:19 Re: BUG #13741: vacuumdb does not accept valid password
Previous Message chenhj 2015-10-27 15:03:23 Re: BUG #13723: "duplicate key" error occurs when update delete and insert the same row concurrently

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Wagner 2015-10-27 19:41:01 Re: fortnight interval support
Previous Message Nathan Wagner 2015-10-27 19:30:48 Re: fortnight interval support