You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ubuntu install instructions, (this line), on my system it was necessary to use md5 instead of scram-sha-256. It just wouldn't authenticate with scram-sha-256.
just before the line `local all all peer` -- substituting
Also, at this line, I didn't have a line matching that, I had local all all md5. Maybe it is worth saying whether or not it matters what order these lines are in? In case one doesn't have the exact line to put it in front of, as the instructions stipulate.
The text was updated successfully, but these errors were encountered:
Hmm, this seems more substantive, in that it seems like someone should start with a fresh Ubuntu and check out the differences you mention. Maybe it's a version difference? I.e., the instructions are for "Ubuntu latest" and you may have an earlier Ubuntu? Thinking of that, the install-ubuntu.md should definitely be edited to indicate exactly what version of Ubuntu it was last verified on, as "Ubuntu latest" is a moving target, but unless/until we edit them, our instructions are static. So that improvement could be folded into this issue as well. Anyhow, bottom line: this seems more contentful, whereas #92 seems more like exposition quality issues, so I would leave them separate.
backscope/doc/install-ubuntu.md
Line 300 in 210cb85
In ubuntu install instructions, (this line), on my system it was necessary to use md5 instead of scram-sha-256. It just wouldn't authenticate with scram-sha-256.
backscope/doc/install-ubuntu.md
Line 296 in 210cb85
Also, at this line, I didn't have a line matching that, I had
local all all md5
. Maybe it is worth saying whether or not it matters what order these lines are in? In case one doesn't have the exact line to put it in front of, as the instructions stipulate.The text was updated successfully, but these errors were encountered: