You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install postgresql
brew services start postgresql
brew services list
initdb /usr/local/var/postgres
psql postgres
CREATE ROLE postgres WITH LOGIN;
ALTER ROLE postgres WITH SUPERUSER;