Updating Vicidial
This is a pretty simple process. Only a few commands needs to be run in order to update your vicidial/cyburdial version via the Linux Command Line Interface(CLI)
cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
cd trunk
perl install.pl
Then you may need to update your DB Schema using the following command which only be ran on your DB server in a cluster environment.
mysql -p -f --database=asterisk < /usr/src/astguiclient/trunk/extras/upgrade_2.14.sql
Incorrect DB Schema Error: Code expects different schema
If you receive this error, you can see how to fix that here
Leave a Reply