2016-02-16 179 views
0

我升级Debian服务器上,然后我得到这个错误:PostgreSQL服务器无法启动系统升级后

[....] Starting PostgresSQL 9.1 database server: main[....] The PostgreSQL server 
[FAILed to start. Please check the log output. ... failed! 
failed! 

但日志文件是空的。

任何人都可以帮助我启动PostgresSQL吗?

+1

你能说出你的日志输出? –

+1

是否所有的数据文件都具有正确的权限和所有权?日志文件是否属于用户/组postgres? – DrColossos

+1

看看:http://serverfault.com/questions/587239/postgres-server-fails-to-start-produces-no-log-how-to-to-troubleshoot –

回答

0

为了解决我改变日志文件的所有者postgres问题:

chown postgres:posgres logfile_path 
相关问题