Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: bas60 on May 30, 2010, 11:17:04 AM

Title: update 7.4 system to 7.5
Post by: bas60 on May 30, 2010, 11:17:04 AM
Software Installer in server-manager says my system is uptodate

Does that mean I need to download the ISO and update from 7.4 to 7.5 ?
 
Title: Re: update 7.4 system to 7.5
Post by: idp_qbn on May 30, 2010, 08:43:16 PM
Hello Bas60
No, you don't have to download the 7.5 ISO (but you may want to for any future clean install)

Wait a day - my system often reports by email that an update is available but the Software installer doesn't catch up until hours later. I assume there is a cron job running a script that generates the email and it runs before the cron job that lets Software installer know.

If it still doesn't catch up, logon to the server (either directly or by using PuTTY) and enter the following
Code: [Select]
yum clean all
yum update

The first command tidies up the yum repositories, in case there is a problem.
The second command runs the yum update process.

This should update your system from 7.4 to 7.5 - it just worked with mine.

Cheers
Ian
Title: Re: update 7.4 system to 7.5
Post by: cactus on May 31, 2010, 07:28:51 PM
Wait a day - my system often reports by email that an update is available but the Software installer doesn't catch up until hours later.
Yes, updates are sent out as we push updates, but it might take some time for mirrors to sync.

I assume there is a cron job running a script that generates the email and it runs before the cron job that lets Software installer know.
True, once a night, IIRC around 4am local time on your machines.