CLI command to upgrade ms and msfe?
CLI command to upgrade ms and msfe?
I have many servers running ms and msfe. Is there a list of cli commands i can use to upgrade them verus having to do it through whm? Would really help me automate the process.
Upgrading MailScanner can be done with these commands:
wget http://www.configserver.com/free/msinstall.tar.gz
tar -xzf msinstall.tar.gz
cd msinstall/
sh install.sh
Upgrading MSFE can be done with the sequence of commands here:
http://www.configserver.com/cp/msfeinstaller.html
Obviously, you should test the process before trying to automate it.
Regards,
Sarah
wget http://www.configserver.com/free/msinstall.tar.gz
tar -xzf msinstall.tar.gz
cd msinstall/
sh install.sh
Upgrading MSFE can be done with the sequence of commands here:
http://www.configserver.com/cp/msfeinstaller.html
Obviously, you should test the process before trying to automate it.
Regards,
Sarah
chirpy wrote:You have to either click to upgrade via the UI on each server or upgrade from the root shell as Sarah has mentioned.
And as mentioned above, those instructions show that you have to go into the gui and click on "Submit Changes".
wget http://www.configserver.com/free/msfeinstaller.tgz
tar -xzf msfeinstaller.tgz
perl msfeinstaller.pl
rm -fv msfeinstaller.*
You must now go into WHM > Addons > ConfigServer MailScanner FE > MailScanner Front-End > and click Change
Which completely defeats the purpose of the cli commands and takes away the ability to automate the upgrades.