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

    Upgrade from 1.3.0 RC to 1.3.4 Release?

    Scheduled Pinned Locked Moved
    General
    2
    3
    1.5k
    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
      chaonatic
      last edited by

      I have searched for an answer to this question but haven’t found anything “official”. We’re running FOG 1.3.0 RC 37 on Ubuntu Server 14.04 and I want to upgrade to the ‘official’ 1.3.4 release. If I go through Git I assume I’ll get the latest RC, so would I just download the 1.3.4 installer and mount it, then install over the top of my current installation? And will it simply update all of my FOG Clients to 0.11.9?

      Sorry if the answer to this is blatantly obvious, I’m at a loss as far as which protocol to follow. TIA!

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by Wayne Workman

        The installation files are available in a nice bundled package - but I’d really recommend just using git to manage your installation files. I’d even say it’s simpler.

        You’ve already used git I would think because you’re on an RC, but you might have uses svn, I don’t know… If you’ve used git to get the RC you have, all you need to do is navigate to your fogproject directory, wherever you put it.

        If you have no idea where that is, you can find it like this:
        find / | grep /fogproject/bin/installfog.sh
        That command translates to english as:
        Find all files, start the search in the base directory - pipe the output to grep, and only display output that has the path /fogproject/bin/instalfog.sh somewhere in it.

        That should give you where the fogproject directory is. Just cd to there and run git pull and then when that’s done, run git checkout master and then cd into the bin directory and launch the installer with ./installfog.sh -y

        If the find command doesn’t return anything, you’re best just following the wiki article and pull down a fresh copy of the fog repository. More details here:
        https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

        You can also Google search “switching git branches” and “update git repository” to get a wealth of information.

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 1
        • C
          chaonatic
          last edited by

          Huh, simply change the Git repo… Perfect, worked a charm! Thanks, Wayne!

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

          202

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project