Project

General

Profile

Backup & Restore

Added by sdfsd sfsd about 11 years ago

Hi friends

I am using goautodial 2.0 i want to take backup of all my dialer server & restore it on new server. Plz help


Replies (2)

RE: Backup & Restore - Added by Jefferson Varias about 11 years ago

Hi,

Good day!

You can follow our guide on how to upgrade your GoAutoDial 2.0 to GoAutoDial 2.1.

http://www.goautodial.org/projects/goautodialce/wiki/Upgrade_Goautodial20-Goautodial21

Thank you!

RE: Backup & Restore - Added by striker 247 about 11 years ago

if you are going to install the same version of goautodial , then follow below steps.

Backup
1. if you want only the db to be backedup and restore then run
/usr/share/astguiclient/ADMIN_backup.pl --db-only
2. the backup will be located in /var/log/astguiclient/archive as tar file
3. untar the file you can see the db file with name asterisk.sql

restore
1. reinstall the same version of goautodial
2. copy the asterisk.sql file to the new server using winscp or any file transfer mode
3. for eg copy to /usr/src
4. cd /usr/src and run mysqldump -p asterisk < asterisk.sql
5. update the server ip of this dialler
6. reboot.

note
if you want to take whole backup like sound files , conf, voicemail then run
/usr/share/astguiclient/ADMIN_backup.pl --help
you will get lots of options

br
striker
striker24x7.blogspot.com

    (1-2/2)
    Go to top