Page 1 of 1

Vicidial Upgrade to SVN 2686

PostPosted: Mon Feb 27, 2017 1:09 am
by rbbumanlag
Hi,

ViciBox 6.0.4.(iso) | Asterisk 1.8.32-3-vici | VERSION: 2.12-565a BUILD: 160827-0917 | Cluster Setup | Intel(R) Xeon(R) CPU E5-2680 V3 @ 2.5GHz | 16GB DDR4 RAM | 1TB (SAS) 10kRPM |No Digium/Sangoma Hardware | No Extra Software After Installation | Virtualized on XenServer

Current SVN info:
Working Copy Root Path: /usr/src/astguiclient/trunk
URL: svn://svn.eflo.net/agc_2-X/trunk/extras
Relative URL: ^/agc_2-X/trunk/extras
Repository Root: svn://svn.eflo.net
Revision: 2585

Question:

What I did is followed the UPGRADE doc after svn checkout.

mysql -f --database=asterisk < /path/from/root/extras/upgrade_2.14.sql

then

perl ./install.pl

After installation, I am having problem on accessing my Vicidial.

it successfully goes to ipaddress/vicidial/welcome.php, then when I press Administration, it goes to ipaddress//admin.php, when I tried to manually enter the address ipaddress/vicidial/admin.php, I enter my password pat it says permission denied. For Agent portal it just goes to ipaddress/agc, and when I manually enter ipaddress/agc/vicidial.php Error: System Settings.

Thanks!

Re: Vicidial Upgrade to SVN 2686

PostPosted: Mon Feb 27, 2017 2:03 am
by williamconley
you must always make sure ALL sql commands after your present db schema have executed. Note that you executed 2.14, but what if you were not at the END of 2.12? What if there were 2.12 commands you missed?

Best method: Before you upgrade, find your present db schema level. Find that db schema in the sql upgrade files. Delete everything before that command in the file you find it (actually, save as a new file name so the original is unchanged). Now you execute that copy that starts with your present db schema. And execute every file after it as well.

Re: Vicidial Upgrade to SVN 2686

PostPosted: Mon Feb 27, 2017 3:16 am
by rbbumanlag
Thanks! run upgrade on my current schema which is 2.12 then run upgrade to 2.14 then perl ./install.py

Upgrade Worked!