Skip to content

Commit

Permalink
Remove postgresql
Browse files Browse the repository at this point in the history
This was used by past Rails projects, but can "conflict" i.e. cause some unexpected behavior in other projects that use their own PostgreSQL.

Ultimately the latter approach is better, and it's a bit odd to have a specific project dependency installed globally, and running in the background all the time.
  • Loading branch information
AlecRust committed Jan 14, 2024
1 parent 6352169 commit 20437c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ brew install stripe/stripe-cli/stripe
brew tap heroku/brew
brew install heroku

brew install postgresql
brew services start postgresql

# Other utilities
brew install jq
brew install bat
Expand Down

0 comments on commit 20437c7

Please sign in to comment.