【问题标题】:Why am I able to start the postgres service after it's been uninstalled with Homebrew?为什么我可以在使用 Homebrew 卸载后启动 postgres 服务?
【发布时间】:2016-10-25 20:41:11
【问题描述】:

我用brew uninstall postgres 卸载了 Postgres。为了检查它是否真的被卸载,我做了brew services start postgres,终端返回了Successfully started 'postgresql' (label: homebrew.mxcl.postgresql)。这是否意味着 Postgres 没有真正卸载?如果是这样,我怎样才能完全卸载它?谢谢。

【问题讨论】:

  • 我认为 Mac 上安装了 PostgreSQL 版本,但我不知道这是否说明了您所看到的情况。

标签: postgresql terminal homebrew


【解决方案1】:

我通过在终端中执行find / -name "*postgres*" 并删除了一堆与 Postgres 相关的文件和目录来解决此问题。现在当我执行brew services start postgres 时,它会返回Error: No available formula with the name "postgres"

【讨论】:

    猜你喜欢
    • 2021-11-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-10-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多