PostgreSQL Installation

Projected Time

15 minutes

Objectives

Participants will be able to:

Install PostgreSQL on Mac

Configuration

Being a database, Postgres stores most of its settings in itself! So the config file isn’t really useful for us.

Postico GUI App

Install: https://eggerapps.at/postico/

If you created a DB of your user, it should work out of the box if you specify localhost to connect.

PGAdmin GUI App

This is not recommended because it is too advanced and difficult to connect.

Problems

Passwords? with the default setup you shouldn’t need a password.

Supplemental Materials