docs
docs copied to clipboard
[Feedback] Page: /docs/self-hosted/latest/install/installation-linux
Is it easy to find the information you need?
No
Are the instructions clear?
No
How could we improve the Tiger Data documentation site?
On the Ubuntu section, there's a formatting error:
Additionally, there's no mention of the command to actually install PostgreSQL itself. The command in step 2 causes Ubuntu to load up the "official" vendor repo for Postgres (so the vendor packages can be used instead of the Ubuntu distro package) but doesn't actually install the server. Thinking you need a "step 2.5" that is basically apt install postgresql...