我正在 ubuntu 12.04 服务器上启动 postgres 9.3 实例:
~# service postgresql start
* The PostgreSQL server failed to start. Please check the log output.
[fail]
Run Code Online (Sandbox Code Playgroud)
启动失败,但没有留下任何日志,此文件为空:
tail /var/log/postgresql/postgresql-9.3-main.log
Run Code Online (Sandbox Code Playgroud)
并且此目录中没有其他文件:/var/log/postgresql/
解决此问题的最佳方法是什么?
postgresql ×1