【发布时间】:2016-12-29 16:00:21
【问题描述】:
ubuntu 16.10 中缺少 pg_dump 环境变量或文件。运行并安装sudo apt-get install postgresql-client(参见what is the meaning of the pg_dump and pg_restore errors)后,错误仍然存在。我必须安装什么环境变量或软件包才能解决此错误。
【问题讨论】:
标签: postgresql ubuntu
ubuntu 16.10 中缺少 pg_dump 环境变量或文件。运行并安装sudo apt-get install postgresql-client(参见what is the meaning of the pg_dump and pg_restore errors)后,错误仍然存在。我必须安装什么环境变量或软件包才能解决此错误。
【问题讨论】:
标签: postgresql ubuntu
这就是我解决问题的方法。我检查了 pg_dump pg_dump --version 的版本。如果未安装 pg_dump,请使用
sudo apt-get install postgresql-client-common
【讨论】: