Ubuntu - 未能停止 postgres.service:单位 postgres.service 未加载

Ubuntu - Failed to stop postgres.service: Unit postgres.service not loaded

我试图用命令 systemctl stop postgres 停止 postgres,但我收到了这个错误。现在我无法在 docker 容器中启动 postgres,因为该端口已被使用。

我修复了,我必须使用命令 systemctl stop postgresql 而不是 systemctl stop postgres