How to upgrade CE 2.1 to 3.0¶
Upgrade GOautodial CE 2.1 to the latest version (3.0)¶
1. Make sure to BACKUP your data first!!!¶
2. Check if you are running GOautodial CE 2.1 and your MySQL password is set to "vicidialnow".¶
# cat /etc/vicidialnow-release GoAutoDial CE 2.1
Skip command below if your MySQL password is "vicidialnow" # mysqladmin password vicidialnow -p Enter password:
3. Install the GOautodial yum repository¶
# cd /etc/yum.repos.d/ # wget http://downloads2.goautodial.org/centos/5/goautodial.repo
4. Remove conflicting old packages¶
# rpm -e dahdi-linux dahdi-linux-devel dahdi-linux-kmdl-2.6.18-238.9.1.el5.goPAE dahdi-tools munin munin-node --nodeps
5. Update system, install GOautodial specific configuration and reboot¶
# yum update
Total size: 290 M Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8562897 updates/gpgkey | 1.5 kB 00:00 Importing GPG key 0xE8562897 "CentOS-5 Key (CentOS 5 Official Signing Key) <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 Is this ok [y/N]: y
# yum install goautodial-ce goautodial-ce-config # reboot
6. Edit PHP configuration file:¶
# nano /etc/php.ini
Make sure the entries below have the same value:
memory_limit = 128M short_open_tag = On max_execution_time = 360 max_input_time = 360 post_max_size = 64M upload_max_filesize = 64M default_socket_timeout = 360
7. Optional:¶
Install Sangoma Wanpipe drivers¶
Remove conflicting packages # rpm -e wanpipe-util wanpipe-modules-2.6.18-238.9.1.el5.goPAE --nodeps --noscripts
Install updated Sangoma drivers # yum install wanpipe
That's it folks! You're now running the latest and greatest open source GOautodial CE 3.0 system.¶
CentOS 5.9 base DAHDI 2.6 DKMS DAHDI DKMS Wanpipe GOadmin GOreports GOagent PHP 5.3 PHP-eAccelerator Vicidial 2.4rc2
Go to top