출처:https://dev.to/balt1794/postgresql-port-5432-already-in-use-1pcf
PostgreSQL - port 5432 already in use
For more content, visit: baltlogs When installing your Postgres database for the first time, one...
dev.to
포트 5432에서 이미 실행중인것 터미널에서 확인 후 종료
$ sudo lsof -i :5432
$ sudo pkill -u postgres