Thank you very much William and Striker! The upgrade went smooth, and I wasn't expecting that. I followed the steps at
http://goautodial.org/projects/goautodi ... autodial21 - Upgrade Notes from Goautodial 2.0 to Goautodial 2.1
I did not upgrade our database anymore. The process only took around 10 minutes!
Before:
VERSION: 2.2.1-237
BUILD: 100510-2015
After:
VERSION: 2.4-309a
BUILD: 110430-1642
© 2011 ViciDial Group
I edited my post. I just realized that version 2.4 is the latest stable version and that 2.6 is technically the latest but still not declared as stable. However, when I upgraded my database, I got this error.
- Code: Select all
[root@go ~]# mysql -f -u #### -p --database=asterisk < /usr/local/src/astguiclient-2.4-build-110430-1642/extras/upgrade_2.4.sql
Enter password:
ERROR 1062 (23000) at line 60: Duplicate entry 'CALLNOTES' for key 1
ERROR 1044 (42000) at line 280: Access denied for user '####'@'localhost' to database 'asterisk'
ERROR 1044 (42000) at line 281: Access denied for user '####'@'localhost' to database 'asterisk'
ERROR 1091 (42000) at line 587: Can't DROP 'uniqueid'; check that column/key exists
You have new mail in /var/spool/mail/root
[root@go ~]#
Instead of root, I used a user account with admin access. I still have to test outbound calling but GUI looks good. Can I simply assume that the upgrade went well?
If no, is it safe to do the database upgrade again and this time, use "root"? This quite scares me before trying anything. Quoting William's posts from another thread.
- Code: Select all
there could have been some residual effect (ie: damage already done)