Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

pgutil health fails after updating to proget 2026



  • Subject says it all:

    [root@gsg1repo ~]# pgutil health
    Checking http://localhost:8080/...Server responded with OK (200): Unexpected server response ('O' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.)
    

    Looking into the source, it attempts to GET /health and expects some json, but proget just replies with OK. So apparently the api endpoint has changed. I could create a PR, but where is the API endpoint doc for 2026?

    Thanks
    -Fritz

    Later: Never mind my first question, found it. BUT apparently (according to the API doc) there is no global health api? I found only feed-related health?!


  • inedo-engineer

    Hi @felfert ,

    The /health API endpoint changed in ProGet 2026 and it looks like we forgot to update the pgutil health command and docs.

    I just published a new pgutil that will work-around this issue now, and we'll also tweak ProGet's health API a bit to require fewer changes to pgutil via PG-3283.

    $ pgutil health --source=https://proget.inedo.com
    Checking https://proget.inedo.com/...all OK
    Version: 26.0.1.14 (26.0.1.14)
    
    Database: OK
    License:  OK
    Service:  OK
    

    Alana



  • Thanks a lot @atripp for the quick fix. Problem solved 😊

    Cheers
    -Fritz


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation