Re: Upgrading using pg_dumpall

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrading using pg_dumpall
Date: 2016-09-03 23:16:00
Message-ID: alpine.LNX.2.11.1609031615270.21165@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 3 Sep 2016, Adrian Klaver wrote:

> Or if you are fine running the 9.5 instance at port 5432, what happens if you
> do?:
>
> psql -d postgres -U some_user -p 5432

$ psql -d postgres -U rshepard -p 5432
Password for user rshepard:
psql: FATAL: password authentication failed for user "rshepard"

> What was the error message?

As above.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-09-03 23:23:23 Re: Upgrading using pg_dumpall
Previous Message Adrian Klaver 2016-09-03 23:11:45 Re: Upgrading using pg_dumpall