Learnings
New Learning
About The App
Hire Me
Writing Samples
Edit Learning
Title
Body
Context: I tried to start the database service required by the Rails app using `brew services start postgresql`. It failed with `Formula 'postgresql@14' is not installed`. Resolution: I installed PostgreSQL using `brew install postgresql`, then started the specific versioned service with `brew services start postgresql@14`. Learning: I learned to ensure required background services (like databases) are installed via the package manager (Homebrew) before attempting to start them. I also need to verify the correct formula name if using versioned formulas (e.g., `postgresql@14` vs `postgresql`).
Learned on (YYYY-MM-DD)
Tags
Add comma-separated tags. They help filter learnings later.
Back to Learnings