This shows you the differences between two versions of the page.
|
databases:postgresql [2021/04/04 02:45] nanodano created |
databases:postgresql [2021/04/04 02:46] (current) nanodano [Installing] |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Installing ===== | ===== Installing ===== | ||
| + | <code bash> | ||
| apt-cache search postgresql | apt-cache search postgresql | ||
| apt install postgresql-11 | apt install postgresql-11 | ||
| Line 16: | Line 17: | ||
| netstat -ntlp # apt install net-tools | netstat -ntlp # apt install net-tools | ||
| # By default, it will only listen locally | # By default, it will only listen locally | ||
| + | </ | ||
| ==== General configuration ===== | ==== General configuration ===== | ||