While going to through the install instructions for this work app I notice there is a way to start PG at login. Previously working with the Odin Project and installing that locally I found out through trial and error I needed to launch postgres locally via the mac app, but I was unaware that I could launch at startup.
stackoverflow question
To start PostgreSQL at login:
$ ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
Redis is another item recommended to launch at the login, but at the moment I am unsure of what it does. Look out for more things I will be discovering on this journey.
No comments:
Post a Comment