Project

General

Profile

How to upgrade to GOadmin 3.3 (goautodial-ce-3.3-XXXXXXXXX).

1. Make sure to BACKUP your data first!!!

2. Append the goautodial-testing repo to the goautodial.repo file (if it's not yet there).

nano /etc/yum.repos.d/goautodial.repo
[goautodial-testing]
name=CentOS-$releasever - Goautodial - Testing
baseurl=http://downloads2.goautodial.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=0

Your /etc/yum.repos.d/goautodial.repo should look like this:

[goautodial-current]
name=CentOS-$releasever - Goautodial - Current
baseurl=http://downloads2.goautodial.org/centos/$releasever/current/$basearch/
enabled=1
gpgcheck=0

[goautodial-updates]
name=CentOS-$releasever - Goautodial - Updates
baseurl=http://downloads2.goautodial.org/centos/$releasever/updates/$basearch/
enabled=1
gpgcheck=0

[goautodial-testing]
name=CentOS-$releasever - Goautodial - Testing
baseurl=http://downloads2.goautodial.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=0

3. Update Vicidial to 2.7RC1 (if it hasn't been updated yet)

Follow this: HOWTO Upgrade to Vicidial 2.7RC1

4. Update GOautodial-CE package

yum -y update goautodial-ce --enablerepo goautodial-testing

Go to top