Configure PostgreSQL on your Mac

Install and configure PostgreSQL on Mac

Install

brew install postgresql

Start

brew services start postgresql

Stop

brew services stop postgres

Restart

brew services restart postgres

Connect

Alter user

Upgrade Database

Last updated