Update 3.0 to 3.3 issue
Added by Oliver Goebel almost 11 years ago
Hi there,
I tried to update to the CE3.3 as described here:
http://goautodial.org/projects/goautodialce/wiki/UpgradeCE30to33
It looked like everything updated correctly - at least I didn't receive any error messages...
Release info shows me this:
cat /etc/goautodial-release GoAutoDial CE 3.3
Unfortunately the admin interface still says GoAdmin 3.0 everywhere.
Another 'yum update -y' is not working because there is nothing to update.
Any pointers what I can do or do I need to install from scratch?
Many Thanks
Replies (2)
RE: Update 3.0 to 3.3 issue
-
Added by Oliver Goebel almost 11 years ago
Oki - found it myself.
This did the trick for me:
yum -y install goautodial-ce goautodial-ce-config
RE: Update 3.0 to 3.3 issue
-
Added by Demian Biscocho almost 11 years ago
You can also delete the YUM cache to force the system to download the updates.
rm /var/cache/yum/* -rf