When I try to do heroku pg:pull DATABASE_URL myappspassword
, I get this error:
my-computer:a-folder (master*) · heroku pg:pull DATABASE_URL myappspassword
! sh: createdb: command not found
!
! Unable to create new local database. Ensure your local Postgres is working and try again.
For once Googling doesn't return a result. I'm wondering if it's related to the fact that when I do which psql
, there is no result. Maybe I need to do something special with pgAdmin to get this working (e.g. export command line tools)?