Skip to content

Instantly share code, notes, and snippets.

@ChrisLFieldsII
Last active July 22, 2024 21:03
Show Gist options
  • Select an option

  • Save ChrisLFieldsII/f0f6a0419f2c4a484b70bd1b35c009fa to your computer and use it in GitHub Desktop.

Select an option

Save ChrisLFieldsII/f0f6a0419f2c4a484b70bd1b35c009fa to your computer and use it in GitHub Desktop.
starting postgres via brew

To start postgresql@14 now and restart at login:

brew services start postgresql@14

Or, if you don't want/need a background service you can just run:

/opt/homebrew/opt/postgresql@14/bin/postgres -D /opt/homebrew/var/postgresql@14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment