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.

No hay comentarios:

Publicar un comentario