Determine version installed after update
-
I wanted to determine the version installed after an update from 1.5.10.1754 to 1.5.10.1798 by checking the /opt/fog/.fogsettings file (greping “Version”) but the version remain on the previous version.
I’m not sure if this is intended, but I’m wondering if there is another way to check WITHOUT using the web interface / mysql database, the currently installed version (from only the CLI) ?
Here are the steps I used to update:
wget https://github.com/FOGProject/fogproject/archive/refs/tags/1.5.10.1798.tar.gz tar xvfz 1.5.10.1798.tar.gz cd fogproject-1.5.10.1798/bin/ sudo ./installfog.sh -
@Nono Without going through the web interface you can check the file in
/var/www/fog/lib/fog/system.class.php.
Toward the bottom of the file there is a line that start withdefine('FOG_VERSION'