MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: waldeit on 2017-03-29, 09:39:37

Title: Here are problems with the update.
Post by: waldeit on 2017-03-29, 09:39:37
Here are problems with the update.

How is the exact sequence of commands for a clean update
zb. From version Kloxo-MR 7.0.0.c-2017032001 to the latest 7.0.0.c-2017032701.

Have it now twice as I would have done it before with Kloxo 6.x and have always had the backup from the server have to play.

I would appreciate a short info with the right command listing.

Best regards Dirk
Title: Re: Here are problems with the update.
Post by: MRatWork on 2017-03-29, 12:22:51
For update, try 'yum clean all; yum update -y'.

If trouble in yum process, maybe something wrong with yum database. So, try:
Code: [Select]
'rm' -f /var/lib/rpm/__db*
rpm --rebuilddb

package-cleanup --cleandupes
package-cleanup --problems

yum clean all
yum update -y

If update successfull, run 'sh /script/cleanup'.