【发布时间】:2014-08-10 11:42:13
【问题描述】:
当我尝试执行 heroku pg:pull DATABASE_URL myappspassword 时,我收到此错误:
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.
谷歌搜索一次不会返回结果。我想知道这是否与我做which psql 时没有结果有关。也许我需要对 pgAdmin 做一些特别的事情来让它工作(例如导出命令行工具)?
【问题讨论】:
标签: postgresql heroku pgadmin