Uh oh!
There was an error while loading. Please reload this page.
Emphasize postgresql installation in User Guide - #564
Conversation
mcserep
commented
Mar 7, 2022
The Therefore I think the |
andocz
commented
Mar 7, 2022
Ah, my bad, I somehow missed that And I'm okay with keeping it out of |
whisperity
commented
Mar 7, 2022
Yes if the main package that also runs a server isn't needed, we should skip it. However, some sort of postgres is needed to build and generate the ODB bindings, no? Most likely that is only a dev package. If the user manual for running wasn't clear, I'd suggest improving the visuals in that. |
bruntib
commented
Mar 12, 2022
Yes, I also think that |
mcserep
commented
Mar 15, 2022
Renamed the PR to reflect its updated content. |
Following the instructions in the docs to set up PostgreSQL on Lubuntu 20.04, I got an error when running
psql, saying a server wasn't running. It was not until I installed thepostgresqlpackage that the instructions worked. This package isn't installed by default on Ubuntu 20.04 or 18.04 desktop either.I also changed leftover occurrences of
apt-gettoaptwhile I was at it.