问题
I have been trying to schedule a job using pgAgent. But, I am getting the below error:
"Couldn't get a connection to the database"
Following are the configurations:
pgAgent Configuration:
Scheduled Job Configuration:
Please help to get it resolved.
回答1:
I have resolved the issue. I did make the credential entry "localhost:5432:testing:postgres:[Enter password]" in file "pgpass.conf" which exist at location "C:\Users\sys*[service username]*\AppData\Roaming\postgresql". Now it is working perfectly.
来源:https://stackoverflow.com/questions/35410829/postgresql9-4-scheduling-agent-pgagent-couldnt-get-a-connection-to-the-data