| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: initdb recommendations |
| Date: | 2019-07-22 16:39:01 |
| Message-ID: | 27724.1563813541@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-hackers |
I wrote:
> I'm afraid we're going to have to revert this, at least till
> such time as a fixed buildfarm client is in universal use.
> As for the nature of that fix, I don't quite understand why
> the forced -U is there --- maybe we could just remove it?
> But there are multiple places in the buildfarm client that
> have hard-wired references to "buildfarm".
BTW, it looks like the Windows buildfarm critters have a
separate problem: they're failing with
initdb: error: must specify a password for the superuser to enable md5 authentication
One would imagine that even if we'd given a password to initdb,
subsequent connection attempts would fail for lack of a password.
There might not be any practical fix except forcing trust auth
for the Windows critters.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2019-07-22 17:02:13 | Re: initdb recommendations |
| Previous Message | Tom Lane | 2019-07-22 16:25:05 | Re: initdb recommendations |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2019-07-22 16:58:40 | Re: [PATCH] minor bugfix for pg_basebackup (9.6 ~ ) |
| Previous Message | Jeff Davis | 2019-07-22 16:33:03 | Re: Memory Accounting |