https://bugzilla.wikimedia.org/show_bug.cgi?id=70225
Jeff Janes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jeff Janes <[email protected]> --- I agree that bugs 69281 and 70233 are relevant here. Based on the error message, it is trying to connect to postgres through a local unix socket rather than a TCP socket, which is certainly to do possible. But web servers are often prevented from doing that by selinux, private Temp Files, or some other security feature. Rather than trying to fight those invisible train wrecks, I just don't even attempt to use local unix sockets. (Which you weren't attempting to do, but only did accidentally through lack of defaults.) To clarify, once you filled in "localhost", it then worked, right? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
