• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Upgrade to master with git

Scheduled Pinned Locked Moved
FOG Problems
4
6
530
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.
  • P
    phm2000
    last edited by Jun 16, 2020, 4:49 PM

    Hi

    I can’t upgrade my version to master, I always have 1.59rc2 version (I’m on centos7)

    What I did :
    cd /root/fogproject
    git checkout master
    git pull
    cd bin
    ./installfog.sh

    But always 1.59rc2 verison instead of 1.58, what should I do ?

    Thanks for help

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Jun 16, 2020, 5:38 PM

      Master branch is on 1.5.9-RC2

      To get specifically 1.5.8 you would run:

      cd /root/fogproject
      git checkout tag/1.5.8 -b master
      cd bin
      ./installfog.sh -y
      

      I would highly recommend not doing this in your main branch though.

      Example:

      git clone https://github.com/fogproject/fogproject /root/fog-1.5.8
      cd /root/fog-1.5.8
      git checkout tag/1.5.8 -b master
      cd bin
      ./installfog.sh
      

      This way your /root/fogproject folder can be updated easily.

      Thank you,

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 1
      • P
        phm2000
        last edited by Jun 16, 2020, 6:50 PM

        Thanks for reply

        Which version do you recommend ? 1.5.8 or 1.5.9 rc2 ?

        Is 1.59rc2 stable ?

        Thanks

        G 1 Reply Last reply Jun 16, 2020, 7:16 PM Reply Quote 0
        • G
          george1421 Moderator @phm2000
          last edited by Jun 16, 2020, 7:16 PM

          @phm2000 said in Upgrade to master with git:

          Is 1.59rc2 stable ?

          RC2 is in the last stages before becoming 1.5.9. Is it more stable than 1.5.8? That is hard to say. 1.5.9RC2 does fix some bugs that were discovered in 1.5.8. It is up to you if you want to role back to 1.5.8 or just sit on 1.5.9RC2 for a little bit until its promoted to 1.5.9 GA. I can tell you the developers need people to run on the RC releases to get the most exposure before its made into a GA release. The current plan is for 1.5.9 to be the last build of the 1.5.x line (as of now that is the plan). All future development work will focus on 1.6.x line of FOG.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Jun 16, 2020, 9:19 PM

            @phm2000 As George said, the 1.5.9-RC2 has a fair amount of bugs fixed that we saw in 1.5.8 and as we have not added features since 1.5.8 I would say 1.5.9-RC2 is more stable…

            We are very close to the next official release.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • P
              phm2000
              last edited by Jun 17, 2020, 7:02 AM

              Ok, many thanks, I will continue with 1.5.9rc2

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

              195

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project