无法将Heroku数据库拉到本地

时间:2016-04-22 05:56:28

标签: python django git heroku

所以我试图通过以下命令从我的网站提取数据:

heroku pg:pull DATABASE_URL mylocaldb --app devhaven

但它喷出了这个错误:

DL is deprecated please use Fiddle 
 ! 'createdb' is not recognized as an internal or external command,
 ! operable program or batch file.
 !
 ! Unable to create new local database. Ensure your local Postgres is working and try again.

1 个答案:

答案 0 :(得分:1)

您需要确保1)PostgreSQL已在本地安装并运行,2)PostgreSQL命令行工具位于PATH。无法识别createdb的错误表示命令不可用。