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!

  • Proget 2025.3 Delete All Versions of package not working

    4
    3
    0 Votes
    4 Posts
    11 Views
    P
    @kc_2466 Yeah I do press the Delete Package button as well, I highlighted that other button because it's the toggle button
  • ProGet: License Policies - General questions

    5
    1
    0 Votes
    5 Posts
    19 Views
    C
    Hi @rhessinger, thank you for pointing out the feed features. License detection was not enabled in the feed I used for testing. After activating the feature the package is being reanalyzed correctly and the global policy is being used. Thanks Caterina
  • Setting Date format - with ProGet running under Docker

    4
    0 Votes
    4 Posts
    26 Views
    atrippA
    Hi @kc_2466 , We'll Add support for LC_TIME environment variable & user setting via PG-3054 in an upcoming maintenance release -- p[robably not this week's, but in the next or following. Thanks, Alana
  • 0 Votes
    12 Posts
    21 Views
    steviecoasterS
    Hey @atripp, Thanks for the update! We've got a lot of customers moving from Sonatype to Inedo. How many of those will use connectors is unknown. Thanks for linking to your internal issue for this. We can provide that to customers so they can see the status of the fix.
  • Proget 2025 - Add Package UI missing for some users

    2
    2
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    Hi @kc_2466 , We'll get this fixed via PG-3050 as well; the button should be shown to non-admins -- Dean
  • Some users can't clear ProTips

    2
    1
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    Hi @kc_2466 , Those should not be displayed to non-feed admins; we'll clear that up with PG-3050 in the next maintenance release. In the meantime, I suppose you could just click the "X" for them ;) -- Dean
  • Debian feed mirror Performance

    Locked
    9
    0 Votes
    9 Posts
    55 Views
    S
    @stevedennis thank you for the update and insights. Looking forward to what Q4 (or later) will bring!
  • Step between install and <anything>? (noob question)

    proget
    8
    0 Votes
    8 Posts
    14 Views
    stevedennisS
    @erich_1530 in the ProGet software, you will see a "License REquired" error message. if you click on the "Request License Key" you can get a Free or Trial key from within ProGet. Or you can go to my.inedo.com and request a key from there if your server does not have internet access
  • Proget 2024.37 (Build 4) issues (tags and counters)

    14
    0 Votes
    14 Posts
    47 Views
    P
    @stevedennis Nice one, thanks for all your help
  • Docker ProGet and SQL Server

    2
    0 Votes
    2 Posts
    10 Views
    stevedennisS
    Hi @james-woods_8996 , No problem using ProGet 2025 Docker Image with SQL Server - it works exactly as it did in ProGet 2024. We will continue to support SQL Server in the through at least ProGet 2026. Thanks, Steve
  • 0 Votes
    2 Posts
    15 Views
    dean-houstonD
    Hi @mmaharjan_0067 , We'll investigate and see about adding this via PG-3035; it's probably returning some unexpected status. Will update if we run into trouble! -- Dean
  • 0 Votes
    2 Posts
    12 Views
    dean-houstonD
    @mmaharjan_0067 we'll try to do this via PG-3034 as well
  • Unable to make a postgres backup

    2
    1
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    Hi @v-makkenze_6348 , We'll get this fixed via PG-3041 in the upcoming maintenance release; you can try out the prerelease container if you'd like (proget:25.0.4-ci.1), which is building now. -- Dean
  • [solved] manual upgrade db - proget - docker

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • [ProGet] Composer feed: package metadata is missing vendor binaries

    4
    0 Votes
    4 Posts
    27 Views
    M
    I finally had a chance to try out ProGet 2024.39 and can confirm that the package metadata now contains the bin key. Thanks again! – Matthias
  • Proget: setting metadata cache to true not reflected in UI

    5
    0 Votes
    5 Posts
    15 Views
    S
    Thank you @stevedennis, this makes sense. One odd thing is that I noted that when I had set metadatacache=true using pgutil, the time the WebUI showed Loading Packages.... and the time it took to do sudo apt update in clients went from long to super long. It went back to long when I set metadatacache=false again. I don't know if there is a logical explanation for this or of it was just a coincidence. Br, Stefan
  • nodejs.org proxy

    5
    1
    0 Votes
    5 Posts
    18 Views
    D
    Unfortunately we cannot share our scripts due to intellectual property rights. The hint I can give though is to note the format of the index.json in the public dist and maintain that in your private dist.
  • Deduplication capabilities in proget

    2
    0 Votes
    2 Posts
    5 Views
    dean-houstonD
    Hi @c4buildmasters_2588 Short answer yes, and you'd probably see a bit better than 15 -> 5 TB reductions with those artifacts. We usually see 90-95% storage space reduction. Pair it with ProGet's retention rules and I wouldn't be surprised to see that drop to 500GB. Long answer, file deduplication is something you want handled by the operating system (e.g. Windows Data Deduplication, RHEL VDO, etc), not the application. It's way too complex -- you have to routinely index a fileset, centralize chunks in a compressed store, and then rebuild those files with reparse points. Maybe this wasn't the case a couple decades ago. But these days, rolling your own file deduplication would be like implementing your own hacky encryption or compression. Pointless and a bad idea. That being said, you may be using a tool by our friends at JFrog. They advertise a feature called "data deduplication", which IMHO is something between deceptive and a clever marketing flex. Because they store files by their hash instead of file names, the files are automatically "deduplicated"... so long as it's the exact same contents. Which, in most case, it will not be. Here’s an article that digs into how things are stored in Artifactory, and also should give you an idea of their “file-based” approach: https://blog.inedo.com/proget-migration/how-files-and-packages-work-in-proget-for-artifactory-users/ As for the package count, 5M is obviously a lot of packages. Obviously it's not going to be as fast as 5 packages - but probably not that much noticeably slower. There's lots of database indexes, etc. Hope that helps. -- Dean
  • Conan remove fails with -p filter on ProGet remote (works with dry-run)

    5
    0 Votes
    5 Posts
    17 Views
    M
    @stevedennis By default the command operate in the local cache, but with the -r=remote argument it removes artifacts from the server. Ref: https://docs.conan.io/2/reference/commands/remove.html
  • Checksum of Debian2 feed signing key available?

    3
    0 Votes
    3 Posts
    8 Views
    S
    Hi @stevedennis, thank you. I contemplated the idea store the fingerprint in another location (and doing so at a point in time when I'm convinced things are not compromised), and then, when a new host is to subscribe to the ProGet feed, compare the calculated fingerprint of the ProGet provided key with the one obtained from the other store. If they do not match I know one of them have been tampered with. But maybe I'm going overboard, and I still can do it by downloading the key to the second location and calculating the fingerprint there if I really want to, so things are fine. Thank you again, Stefan
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation