Setup
Local Setup
brew install postgresqlOn Server
sudo apt update
sudo apt -y install postgresql postgresql-client postgresql-contribsudo -u postgres psql postgres
\password postgres
#add password
CREATE EXTENSION adminpack; #enables server instrumentation
\qLast updated