Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    NuGet no longer works after upgrading to 2024

    Scheduled Pinned Locked Moved Support
    19 Posts 6 Posters 70 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rhessingerR Offline
      rhessinger inedo-engineer
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • A Offline
        arlymac_7956
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • rhessingerR Offline
          rhessinger inedo-engineer
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • A Offline
            arlymac_7956
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • J Offline
              jw
              last edited by

              Is this issue addressed in the 2024.1 release?

              A clean-up script, that is supposed to remove the duplicate entries, was mentioned to be included in a post 2024.0 release, but I could not find anything in the changelog.

              stevedennisS 1 Reply Last reply Reply Quote 0
              • stevedennisS Offline
                stevedennis inedo-engineer @jw
                last edited by

                Hi @jw ,

                We have a data-cleanup script but did not ship it with ProGet 2024.1; we are considering it in ProGet 2023.2.

                The above error occurred because of a 4-part version that ended in .0, but if you just delete that from the feed and add it back again, its should work. Can you try that?

                We can provide you the data clean-up script if you want to try it. We ran it against several customer databases and it seems to work okay, and clean-up a lot of "bad" versions and casing.

                Thank you,
                Steve

                1 Reply Last reply Reply Quote 0
                • J Offline
                  jw
                  last edited by

                  The reason I'm asking is that I'm not quite sure how to proceed with our instance.

                  I want to avoid running into the same exceptions that were mentioned above. From the changelog it was not quite clear to me if these issues have been addressed in code or we really need to run a cleanup script before upgrading.

                  From what I've been told, our database has duplicates that only differ by casing of the package names. So, if there is any script to identify or clean these duplicates I'd be happy to give it a shot.

                  stevedennisS 1 Reply Last reply Reply Quote 0
                  • stevedennisS Offline
                    stevedennis inedo-engineer @jw
                    last edited by

                    Hi @jw ,

                    So far as we can tell, these sort of errors are only occurring when there is a 4-part NuGet version ending in 0 that was added in a previous version. For example, if you added 4.2.1.0 in a previous version, it could yield an analysis error when trying to view the package as 4.2.1 (i.e. how NuGet requests it).

                    The duplicate package names were a problem in ProGet 2023 as well, but we haven't seen any crashes do to that yet. Just weird results in the SBOM analysis. But these would have also been a problem in ProGet 2023.

                    So long story short, I don't think you need to run the script.

                    However, if you upgrade and run into these issues, then you can run it:
                    https://gist.github.com/apxltd/351d328023c1c32852c30c335952fabb

                    If that still doesn't work, then rollback to ProGet 2023 and restore the database. And hopefully send it to us again so we can investigate the issue :)

                    Thank you,
                    Steve

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jw
                      last edited by

                      Thanks for the script, it does indeed find a few things.

                      I have an error all the way at the end of the script. Is this because I ran it on a 2023.32 database and it is only supposed to be run on a 2024.x database? (Only used DryMode so far)

                      Deleting Duplicate Ids...
                      Error: The DELETE statement conflicted with the REFERENCE constraint "FK__FeedPackageVersions__PackageVersionIds". The conflict occurred in database "ProGet", table "dbo.FeedPackageVersions", column 'PackageVersion_Id'.
                      [2024-04-29 17:57:00] 206 rows affected in 356 ms
                      
                      stevedennisS 1 Reply Last reply Reply Quote 0
                      • stevedennisS Offline
                        stevedennis inedo-engineer @jw
                        last edited by

                        @jw the script should also work in ProGet 2023

                        That error is implying that data in the FeedPackageVersion didn't get cleaned up, as it should have been done on this portion:
                        https://gist.github.com/apxltd/351d328023c1c32852c30c335952fabb#file-gistfile1-txt-L449

                        Unfortunately this difficult to debug on its own, and it will be impossible to debug w/o the database itself, but if you're comfortable with SQL feel free to modify or tweak. It's not an easy script :(

                        We haven't yet run this against all customer databases yet, but it's our list this week. If you haven't sent us your database already, please do :)

                        J 1 Reply Last reply Reply Quote 0
                        • J Offline
                          jw @stevedennis
                          last edited by

                          Unfortunately this difficult to debug on its own, and it will be impossible to debug w/o the database itself, but if you're comfortable with SQL feel free to modify or tweak. It's not an easy script :(

                          Yea, the size and also the fact that it deletes things puts that out of my comfort zone. ;)

                          We haven't yet run this against all customer databases yet, but it's our list this week. If you haven't sent us your database already, please do :)

                          You can find our database in EDO-10311, I have also extended the expiration date in case you need to redownload.

                          Executing a revised version manually is perfectly fine for me, if you decide not putting it into the 2024.2 release. I'd appreciate clear communication what should or should not be done with the next update to get this fixed.

                          Thanks for the effort.

                          stevedennisS 1 Reply Last reply Reply Quote 0
                          • stevedennisS Offline
                            stevedennis inedo-engineer @jw
                            last edited by

                            Hi @jw ,

                            Thanks - we modified the script and tested it against your database backup:
                            https://gist.github.com/apxltd/351d328023c1c32852c30c335952fabb

                            That said, your duplicate data should not cause any problems. The only feed packages this seems to modify in your database are Microsoft.NetCore.App.Runtime.win-x86-8.0.0 and Microsoft.NetCore.App.Runtime.win-x64-8.0.0. Both are cached.

                            That said, given that it had a bug, we probably won't put this script in 2024.2; we'd much rather "share the script on a case-by-case" basis to fix problems, until we're confident they will be resolved. Then decide how to have users repair the data.

                            Thank you,
                            Steve

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jw
                              last edited by

                              @stevedennis

                              Thanks for the updated version - it works smoothly now.

                              1 Reply Last reply Reply Quote 0

                              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                              With your input, this post could be even better 💗

                              Register Login
                              • 1 / 1
                              • First post
                                Last post
                              Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation