【发布时间】:2016-09-03 09:43:12
【问题描述】:
我已经从我的 Heroku 应用下载了一个 PG 数据库备份,它在我的存储库文件夹中作为 latest.dump
我已经在本地安装了postgres,但是我不能在windows命令行上使用pg_restore,我需要运行这个命令:
pg_restore --verbose --clean --no-acl --no-owner -j 2 -h localhost -d DBNAME latest.dump
但是找不到命令!
【问题讨论】:
标签: python django database postgresql heroku