jueves, 19 de enero de 2017

vicidial on virtual machine

Re: Vicidial Database

Postby mflorell » Thu Jan 19, 2017 10:14 am
CAN it be virtualized? Yes. SHOULD it be virtualized? No.

Virtualization causes all sorts of problems with VICIdial because it's a Real-Time system, it's not a good idea at all, and we tell clients that all the time, yet new clients keep trying every month :)
mflorell
Site Admin
 
Posts: 15417
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

miércoles, 11 de enero de 2017

vicidial svn update

Re: Vicidial Update (SVN)

Postby mflorell » Wed Jan 11, 2017 5:37 pm
On each server, run the following:
- mkdir /usr/src/astguiclient
- cd /usr/src/astguiclient
- svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
- cd trunk
-

Although, you will also need to separately update the Database Schema, this is done using the sql upgrade files found in the "extras" directory depending on the version you are upgrading from.(this is basically the instructions from the UPGRADE document)
mysql
use asterisk
\. /path/from/root/extras/upgrade_2.8.sql
\. /path/from/root/extras/upgrade_2.10.sql
\. /path/from/root/extras/upgrade_2.12.sql
\. /path/from/root/extras/upgrade_2.14.sql
quit

 perl install.pl


Yes, you should always upgrade the database first. I'll make sure I edit my post above and add that note.