我已经使用 apt install postgresql postgresql-contrib 在我的 ubuntu 24 机器上安装了 postgresql - 安装工作正常,没有问题。我也可以正常启动 postgresql。但是当我尝试“psql”时...
我已经在我的 ubuntu 24 机器上安装了 postgresql apt install postgresql postgresql-contrib
- 安装工作正常,没有问题。我也可以正常启动 postgresql。
但是当我尝试“psql”时出现错误
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
我认为原因可能是安装时没有创建 postgres 用户。当我执行 getent passwd postgres
任何操作时,没有返回任何内容
也不 /var/run/postgresql
存在
这似乎有点奇怪,我找不到任何东西。也许安装失败了?非常感谢您的帮助