How to fix corrupt or incomplete installation?

If you start getting unexpected exceptions related to the database, or some packages(add-ons, Asterisk, others) didn’t get updated after updating from the VitalPBX’s GUI, it is possible that the update process didn’t finish correctly. If this happens, try the instructions below.

Get into the Linux console and execute the commands below to complete any incomplete transaction and deleting duplicate packages.

yum install yum-utils -y
yum-complete-transaction

package-cleanup --cleandupes

Then, you can try update Asterisk manually.

yum update asterisk -y
4 Likes