Re: Odd postgres12 upgrade is changing or munging a password?

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Tory M Blue <tmblue(at)gmail(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Odd postgres12 upgrade is changing or munging a password?
Date: 2020-05-08 06:41:48
Message-ID: 5d613e2e1b81500a868ceaa796fb901151b9cb15.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2020-05-07 at 11:55 -0700, Tory M Blue wrote:
> Going from 9.5 to 12 and 2 times now, I've had a password either go missing or munged.
> I've had to add an alter statement at the end of the upgrade.
>
> The DB is functioning fine, shut it down, do the upgrade and the password is munged.
> Seems like an odd occurrence, we have not noted any other weird issues.
>
> Anyone else see or hear of this?

The only explanation I can come up with is that "password_encryption" is set to
"scram-sha-256" on the v12 server.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-05-08 06:47:20 Re: pg_restore V12 fails consistently against piped pg_dumps
Previous Message Laurenz Albe 2020-05-08 06:39:48 Re: Memory footprint diff between 9.5 and 12