Upgrade History
If you want to see what patches have been applied to your WebGUI install, the upgrade utility can tell you that. Simply run this command:cd /data/WebGUI/sbin
perl upgrade.pl --history --doit
Upgrading WebGUI is relatively simple. It is simply a matter of copying some files and running the upgrade scripts for the database.
The first thing to do is to find out if a new version of WebGUI is available. You can do this quickly and easily three different ways:
To use WebGUI Update go to the command line, and then do the following: ( NOTE: if you are running a pre-7.6.35 WG site, then do a manual upgrade to 7.6.35 ~before~ you do an automatic upgrade -- see gotcha.txt for details )
source /data/wre/sbin/setenvironment.sh
/data/wre/sbin/wreservice.pl --stop spectre
/data/wre/sbin/webguiupdate.pl | tee output.txt
/data/wre/sbin/wreservice.pl --restart web
/data/wre/sbin/wreservice.pl --start spectre
To perform a manual upgrade, run the following steps:
cd /data/WebGUI/sbinperl spectre.pl --shutdown
cd /datatar xvfz /path/to/webgui-x.x.x-stable.tar.gz
cd /data/WebGUI/sbinperl testEnvironment.pl
apachectl restart
cd /data/WebGUI/sbinperl upgrade.pl
cd /data/WebGUI/sbinperl spectre.pl --daemon
cd /data/WebGUI/sbinperl testEnvironment.pl
Keywords: upgrade