Tag: postgresql
-
homelab Postgresql
Spent much of today installing Postgresql on Ubuntu. Actually, that is not fair, I spent much of the day configuringPostgresql for remote access from a macOS client. So call it post installation server and client configuration. On the server side, the steps are well documented and straightforward: allow external connections (edit /etc/postgresql/YY/main/postgresql.conf and /etc/postgresql/YY/main/pg_hba.conf where YY = version…