šŸ”“ January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved How to keep uvdesk updated?

    General Discussion
    2
    7
    1075
    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.
    • peopleinside
      peopleinside EX helping member last edited by peopleinside

      In those days I see some issue in the code: something that need to be updated, jQuery for example.... so after tried to update and discovered issues I reported this on GitHub and now have to wait your help.

      Visiting GitHub I discovered some other issues opened by other users with a patch solution that I tried to apply without success. I discovered files in GitHub are different from files on my self hosted version even if I'm running the latest stable version.

      Seems you edit the code on GitHub and maybe this updated will be not released with a new version for different months.

      Here is my question:
      If I want apply patches on my self hosted installation, maybe also issue that i never followed in the latest months but has been patched what I have to do?

      I can just made a full backup and try to follow what explained here https://forums.uvdesk.com/topic/1833/how-to-upgrade-uvdesk ? This will update my self hosted file with the latest stable files on GitHub that has also latest commit, latest stable patches?

      Also the upgrade post mentioned miss to do the php bin/console c:c command after the mentioned SSH commands?
      I added now this information as think was missed in that post.

      šŸ’¬ You can also ask help on GitHub Discussions
      šŸ”“ I am no more active on Uvdesk
      šŸ”“ Forum support is inactive!

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff last edited by

        @peopleinside

        Suppose we are doing updates on any dependent bundles of this project.
        let's say https://github.com/uvdesk/core-framework the updates we are doing currently it will be in master branch only.

        You can update your this dependent bundle under your project by two way.

        1. Delete your core-framework which is under vendor/uvdesk and clone a latest updated core-framework using command at the same place(under vendor/uvdesk)

        git clone https://github.com/uvdesk/core-framework
        

        you will see a same core-framework cloned using above command and now this bundle is updated.

        2. you need to wait for a new release of core-framework (https://github.com/uvdesk/core-framework) once it is done.
        you just need to run a command and you will get a latest release of core-framework .

        composer update uvdesk/core-framework
        

        Above procedure is for release up to 1.0.12 after this we will try you don't need to do such effort.

        You just need to run

        composer update
        

        And all the latest release packages will add into your project.

        peopleinside 1 Reply Last reply Reply Quote 0
        • peopleinside
          peopleinside EX helping member @Sanjeev last edited by

          @Sanjeev thank you! So when you will release version 1.0.13 to update from 1.0.12 will be just necessary do composer update into the uvdesk root folder?

          šŸ’¬ You can also ask help on GitHub Discussions
          šŸ”“ I am no more active on Uvdesk
          šŸ”“ Forum support is inactive!

          1 Reply Last reply Reply Quote 0
          • Sanjeev
            Sanjeev developer UVdesk Staff last edited by

            @peopleinside

            We are currently testing if anything is broken or any issue with the project due to many updates done and team is working on it time to time. Once done with testing and everything goes good and we have no such major issues we will come with a next release.

            peopleinside 1 Reply Last reply Reply Quote 1
            • peopleinside
              peopleinside EX helping member @Sanjeev last edited by peopleinside

              @Sanjeev thank you.
              If you can please include some other security fix in your new release as next update after the new release can take long time.

              • Update jQuery (core-framework and support-center-bundle) https://github.com/uvdesk/core-framework/issues/352
              • Doesn't allow weak password https://github.com/uvdesk/community-skeleton/issues/356
              • Considering to resolve the open pull request about necessary components update:
                • https://github.com/uvdesk/support-center-bundle/pull/115
                • https://github.com/uvdesk/support-center-bundle/pull/106
                • https://github.com/uvdesk/core-framework/pull/336

              šŸ’¬ You can also ask help on GitHub Discussions
              šŸ”“ I am no more active on Uvdesk
              šŸ”“ Forum support is inactive!

              1 Reply Last reply Reply Quote 0
              • Sanjeev
                Sanjeev developer UVdesk Staff last edited by

                @peopleinside

                Definitely we will check and try to add these as well if these are not creating any issues in project.

                1 Reply Last reply Reply Quote 1
                • peopleinside
                  peopleinside EX helping member last edited by

                  We have now useful guides on the forum knowledge-base https://forums.uvdesk.com/category/7/knowledge-base
                  I mark this post as solved

                  šŸ’¬ You can also ask help on GitHub Discussions
                  šŸ”“ I am no more active on Uvdesk
                  šŸ”“ Forum support is inactive!

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post