Run as a Background service:
To have launchd start postgresql now and restart at login:
brew services start postgresql
Not as a Background service:
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start
To have launchd start postgresql now and restart at login:
brew services start postgresql
Not as a Background service:
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start
No comments:
Post a Comment