Re: Postgres upgrade does not mention requirement to have only 1 user

2021-01-26 Thread Charlie Hayes
It may say “in the new cluster” but it was not clear to me if that was “in the new cluster (before the upgrade starts)” or “in the new cluster (after the upgrade completes)” In hind sight everything makes sense, but in the present it was very confusing. -Charlie > On Jan 26, 2021, at 2:39 AM,

Re: Postgres upgrade does not mention requirement to have only 1 user

2021-01-26 Thread Charlie Hayes
I see now that the user check was verifying the target database and not the source. My upgrade script (which I used from 11 to 12) initialized the target database for upgrades as it did for seeding from scratch which included a user account. I removed that part of the script and the upgrade comp