how to upgrade astercc

1.upgrade database

unzip the package u could see folder “sql” where we put all database files, in asterCC 0.X it would looks like:

astercc0.1b-0.1.sql
astercc0.1-0.11.sql
astercc0.11-0.12b.sql
astercc0.12b.-0.12sql
astercc0.13-0.14b.sql
astercc….0.X.sql
astercc.sql

say you are using 0.1b now, so you have to execute  astercc0.1b-0.1.sql, astercc0.1-0.11.sql, astercc0.11-0.12b.sql, astercc0.12b.-0.12sql until astercc…0.X.sql, then u get database of v0.X

the command line for this is like
mysql -uroot -p astercc < astercc….0.X.sql

2. stop astercc daemons

/opt/asterisk/scripts/astercc/asterccd stop

3. cp the new html & daemon files, please notice that you may want to backup astercrm.conf.php, astercc.conf and asterbilling.conf.php first

4.  config conf files

check your astercc.conf, asterbilling.conf.php, astercrm.conf.php, make sure you have the correct config

5. start astercc daemons

/opt/asterisk/scripts/astercc/asterccd start

6. check crontab
we provides some cron script to deal with recording files and CDRs, so open README, make sure you have the scripts configed in your crontab

7. login web and check if any errors

Related posts:

  1. how to update asterCC license for your asterisk
  2. scripts in asterCC
  3. simple asterCRM installation guide for asterisk
  4. Install asterBilling on your server
  5. Why we get better performance in asterCRM when using asterCC