pgAgent配置后,执行job时出现错误:couldn't get a connection to the database!
修正案:
step链接串:
user=postgres host=localhost port=5432 dbname=xxxdb
修正为:
user=postgres password=postgres host=localhost port=5432 dbname=xxxdb
将接续db的密码配置上去。
pgAgent配置参考:
https://www.2cto.com/database/201305/208271.html
https://blog.csdn.net/hai520ny/article/details/52439036
以上


所有评论(0)