2

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:

pgAgent Configuration


Scheduled Job Configuration:

Scheduled Job Configuration

Please help to get it resolved.

phoenix
  • 3,069
  • 3
  • 22
  • 29
Kapil Dev
  • 71
  • 5

1 Answers1

5

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.

Kapil Dev
  • 71
  • 5