Trouble upgrading to latest RC
-
Server
- FOG Version: 1.3.0 RC8
- OS: Ubuntu 16.04
Client
- Service Version:
- OS:
Description
I am trying to update my server to the latest RC. I run svn up from the /root/fogproject and it states that I am on 6014. However, after running ./installfog.sh and then browsing to IP/fog/management, I am still on RC8. The update/upgrade did not happen.
Not sure what’s happening.
-
Remoted in, found the svn directory was in a very strange state and not actually updating anything during an
svn up.Removed the conflicting repo, use git and installed that way, All is working properly now (reporting wise at least).
-
do this:
rm -rf /var/www/html/fog;rm -rf /var/www/fog
and then re-run the installer. -
Tried, but same problem.

-
@Scott-Adams Is the installer completing?
-
It is. No errors.

-
Remoted in, found the svn directory was in a very strange state and not actually updating anything during an
svn up.Removed the conflicting repo, use git and installed that way, All is working properly now (reporting wise at least).