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

    How to update FOG Server from old-ish Trunk to new Trunk?

    Scheduled Pinned Locked Moved
    General
    4
    5
    1.2k
    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.
    • C
      cojohnson
      last edited by

      Hello all,

      I have tried upgrading my server a few times before and I have always ran into a problem after running the install.sh script when it asks you to update the database scheme by navigating to FOG’s URL. It get hung up there everytime when i have data in the database. (which i do!)

      Is there a tutorial that i can follow? or should it be as simple as performing a git pull and then upgrading?

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator
        last edited by

        You can try to do ./installfog.sh -y which should upgrade it automatically for you without accessing the webgui

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          Yes, locate your git folder location (or svn folder if that’s how you went).

          cd into it.

          Then:
          git pull or svn up

          Then:
          cd bin

          Then
          ./installfog.sh -y

          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

          adukes40A 1 Reply Last reply Reply Quote 0
          • adukes40A
            adukes40
            last edited by

            I got tired of typing that lol. I use a folder called foginstall to hold the files so I just hit the up arrow and run this command:

            cd /opt/foginstall; svn up; cd /opt/foginstall/bin; ./installfog.sh -y

            1 Reply Last reply Reply Quote 0
            • adukes40A
              adukes40 @Tom Elliott
              last edited by

              @Tom-Elliott Did i read somewhere not too long ago that the svn way is going away??? We would have to use git?

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

              218

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project