pgadmin-org / pgagent

pgAgent - A job scheduler for PostgreSQL
https://www.pgadmin.org/
Other
97 stars 41 forks source link

Cannot start pgAgent Service on Windows 10 with AzureAD login #34

Open clayms opened 5 months ago

clayms commented 5 months ago

Cannot start pgAgent Service on Windows 10 with AzureAD login.

The installer creates a new user folder that is username.computername and puts the pgpass.conf file in that location.
pgagent service fails to start after install. No error is reported.

Running pgAgent REMOVE pgAgent results in ERROR: Failed to uninstall source

Tried installing with domain\username but that just fails to create the $env:APPDATA/postgresql/pgpass.conf file.

How can I install this so it works with an AzureAD user on a corporate network?

clayms commented 5 months ago

more details in this StackOverflow question: https://stackoverflow.com/questions/77920106/cannot-start-pgagent-service-on-windows-10-with-azuread-login