numberscope / backscope

Numberscope's back end: responsible for getting sequences and other data from the On-Line Encyclopedia of Integer Sequences, pre-processing it (factoring etc), and storing it.
MIT License
1 stars 9 forks source link

postgres may need md5 instead of sha #85

Open katestange opened 11 months ago

katestange commented 11 months ago

https://github.com/numberscope/backscope/blob/210cb8544d976200bd864dc73cc7391f59fe7a72/doc/install-ubuntu.md?plain=1#L300

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.

https://github.com/numberscope/backscope/blob/210cb8544d976200bd864dc73cc7391f59fe7a72/doc/install-ubuntu.md?plain=1#L296

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.

katestange commented 10 months ago

should I also just put this into #92?

gwhitney commented 10 months ago

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.

katestange commented 10 months ago

Yes, I have an older ubuntu (20.04.6 LTS). For some reason upgrading is failing and I haven't sat down to sort out why.