Skip to content

Instantly share code, notes, and snippets.

@abelcallejo
Created October 22, 2022 08:13
Show Gist options
  • Save abelcallejo/df7352742ddc7534ff68482d22390f14 to your computer and use it in GitHub Desktop.
Save abelcallejo/df7352742ddc7534ff68482d22390f14 to your computer and use it in GitHub Desktop.
Stopping PostgreSQL 15 server on MacOS Monterey

Stopping PostgreSQL 15 server on MacOS Monterey

sudo -u postgres pg_ctl -D /Library/PostgreSQL/15/data stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment