在 Mac 上安装 Postgres 时出错

在 Mac 上安装 Postgres 时出错

我正在尝试使用 brew 在我的 Mac 上安装 Postgres,但由于某种原因,它无法完成安装并显示以下错误。

“initdb:文件“/usr/local/share/postgresql/postgres.bki”不存在这可能意味着您的安装已损坏或使用调用选项 -L 识别了错误的目录。警告:安装后步骤未成功完成”

答案1

这个问题已经在这里解决了https://stackoverflow.com/questions/48291594/unable-to-install-postgresql-on-my-mac-os-x-machine-via-homebrew

chown -R user/usr/local/lib/pkgconfig

然后brew link postgres

initdb /usr/local/var/postgres -E utf8

相关内容