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
The solution so eloquently given to me by @alarner was to run brew info postgres. At the bottom of this info stream was the magical command ✨ to start up postgres on my machine. As this will likely help others, it might be wise to include this brew command for other Perk-ers to use. 😜
brew services start postgresql (and also brew servcies start redis)
The text was updated successfully, but these errors were encountered:
As I followed along with the docs and the video #1, I was unable to use this command to start my postgres server.
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
The solution so eloquently given to me by @alarner was to run
brew info postgres
. At the bottom of this info stream was the magical command ✨ to start up postgres on my machine. As this will likely help others, it might be wise to include this brew command for other Perk-ers to use. 😜brew services start postgresql
(and alsobrew servcies start redis
)The text was updated successfully, but these errors were encountered: