I have a pretty simple question, I think. I am working on a Ruby on Rails application. I am trying to switch to PostgreSQL thanks to Heroku.
My database.yml file says:
Install PostgreSQL and put its /bin directory on your path.
My question is, how can I put the PostgreSQL / bin directory in my path? Which file can I change and how?
I assume this is my problem, because when I run the "rails db" command, I get:
"Could not find database client: psql, psql.exe. Check your $ PATH and try again."
Thanks everyone! Robin.
user1648507
source share