From: | Tory M Blue <tmblue(at)gmail(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | "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-07 19:24:32 |
Message-ID: | CAEaSS0Z+P1VaXWZRqLTd4L6TO7xbAq9W5Lq5P3Z=fg8o1EHyBw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Yes same password, I'm using a basic alter command to put the right
password back.
I'm doing another upgrade in an hour, and will do some more checks to see
if it's trying to use another password or what. I obviously can't read the
password from the file , so knowing if it's munged or other, I'm not sure
is possible.
Upgrade command i'm running
time /usr/pgsql-12/bin/pg_upgrade --old-bindir /usr/pgsql-9.5/bin/
--new-bindir /usr/pgsql-12/bin/ --old-datadir /pgsql/9.5/data --new-datadir
/pgsql/12/data --link
So it's very odd. and I've not experienced this in other environments, it's
just this one. Now it's a bigger data set, but very odd.
I'm also not seeing any other data issues, just seems to be this one
password.
Thanks,
If there are commands I can run on the data before I do an alter, to give
someone more info, let me know
Tory
On Thu, May 7, 2020 at 12:08 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:
> On 5/7/20 11:55 AM, 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.
>
> What are the commands you are using?
>
> Is it the same password?
>
> >
> > 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?
> >
> > Thanks
> > Tory
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2020-05-07 19:25:15 | Re: Explain plan changes - IN CLAUSE ( Passing direct values Vs INNER Query ) |
Previous Message | Rob Sargent | 2020-05-07 19:16:30 | Re: pg_dump negation regex |