EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
22 stars 7 forks source link

How to setup poll time options through pgAgent installer #120

Closed michelle0809 closed 1 month ago

michelle0809 commented 4 months ago

PostgreSQL version: 13.13 pgAgent version: 4.2.2-1

I'm trying to add -t option (poll time interval in seconds) when installing pgAgent Service through EDB pgAgent installer.

I have tried the following

  1. edb_pgagent_pg13.exe --mode unattended --pgpassword 1234 --systemuser postgres --systempassword 1234 -t 60
  2. edb_pgagent_pg13.exe --mode unattended --pgpassword 1234 --systemuser postgres --systempassword 1234 --optionfile "C:\Users\Administrator\Desktop\optionfile.txt" and the content of optionfile.txt is '-t 60'.

Neither method works.

How do I make the pgAgent Service command after installation include the -t option? The picture below is the result I expect image

dpage commented 1 month ago

It is not possible to set the poll time through the installer.