Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 233 Bytes

command-line.md

File metadata and controls

14 lines (11 loc) · 233 Bytes

Checking if port 5432 is used, and killing the process that is running

$ lsof -i :5432
$ kill -9 <pid>

Install using homebrew

Use docker if possible:

# Install older version
$ brew install postgresql@9.6