0

As per the pgAdmin site, the pgAgent can be downloaded using EDB's Stackbuilder. I have postgres 15 running and pgAdmin 4 can connect to it and there is a database and everyone's happy..

However, I am trying to download pgAgent. The Stackbuilder wizard downloaded for Windows x64 does not list the local installation to select. It does show remote and selecting that does not list pgAgent. So I am stuck and googling around without any luck..

Stack Builder 4.2.1 not listing local postgresql installation

1
  • Here is the source code of the stack builder and that first page of the wizard. It seems like its reading some keys from the registry. I have added some of the keys and values in the registry, but still no lock. Not too fluent with c++, so might would have missed something.. github.com/EnterpriseDB/stackbuilder/blob/master/…
    – Saky
    Commented Sep 25, 2023 at 3:51

1 Answer 1

0

I had to re-install PostgreSQL database along with Stackbuilder. That fixed the issue with the listing of the local installation.

Now that it lists, checking the registry shows the following entries for key: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Services\postgresql-x64-15

Registry key for postgres stackbuilder

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .