heartbeat无法启动postgresql服务
最近在用用heartbeat来实现postgresql的高可用性,我把postgresql服务加到heartbeat服务上时,heartbeat无法启动postgresql服务,关闭heartbeat服务时,出现ERROR: Return code 1 from /etc/init.d/postgresql的错误,而且系统会自动重启,请问是什么原因吗,怎么解决?
我这个postgresql服务启动脚本在/etc/init.d/目录下,我用service postgresql start启动postgresql可以正常启动和关闭。