ugntu 16.10中缺少pg_dump环境变量或文件。运行并安装sudo apt-get install postgresql-client
(请参阅what is the meaning of the pg_dump and pg_restore errors)后,错误仍然存在。我必须安装哪些环境变量或软件包才能解决此错误。
答案 0 :(得分:1)
这就是我解决问题的方法。我检查了pg_dump pg_dump --version
的版本。如果未安装pg_dump,请使用安装
sudo apt-get install postgresql-client-common