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?
Cannot start pgAgent Service on Windows 10 with AzureAD login.
The installer creates a new user folder that is
username.computernameand puts the pgpass.conf file in that location.pgagent service fails to start after install. No error is reported.
Running
pgAgent REMOVE pgAgentresults inERROR: Failed to uninstall sourceTried installing with
domain\usernamebut that just fails to create the$env:APPDATA/postgresql/pgpass.conffile.How can I install this so it works with an AzureAD user on a corporate network?