Backup and Restore
Added by Chris M over 10 years ago
Good day,
Please can someone tell me how to do a complete backup of goautodial. It should include all system settings, configurations and recordings.
I am hoping it is possible to do a complete backup that can be restored to a freshly reinstalled system.
I have checked the “How to section”, but I do not see anything about backing up.
Replies (3)
RE: Backup and Restore - Added by Chris M over 10 years ago
Anyone got info on this?
Is it even possible?
For example, I have installed GoAutoDial on another machine. What files do I need to backup on the original machine to restore on the 2nd machine to get a working copy.
RE: Backup and Restore - Added by Guillermo Quiros over 10 years ago
Mostly, the DATABASE
And for back up and restore database:
BACKUP: mysqldump -u root -pvicidialnow --all-databases > BUP-DATABASE-GOODONE
RESTORE: mysql -u root -pvicidialnow < BUP-DATABASE-GOODONE
OF COURSE you need to transfer file from one server to another.. easiest way FTP.. you can use RSYNC and many more ways, but i suggest you: FTP
RE: Backup and Restore - Added by Chris M over 10 years ago
Thanks for that.
I typed "mysqldump -u root -pvicidialnow --all-databases > BUP-DATABASE-GOODONE" into putty. But it did not say anything. Where will the backup file be?