MySql Backup and Restore for vicidial

To Backup


Login To PC using Putty or directly on the console prompt of the machine

At Root Prompt Type the following

mysqldump -uroot -pvicidialnow asterisk > asterisk.sql

Use WinSCP to Copy to Local Machine 

To Restore

Use WinSCP to copy from Local PC to Traget PC
Login to Target PC using Putty or directly on the the console prompt, 
Go to the folder where you copied the File and type the following

mysql -uroot -pvicidialnow asterisk < asterisk.sql

swanand18

Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design

  • Image
  • Image
  • Image
  • Image
  • Image

0 comments:

Post a Comment

Featured post

Vicidial With WebRTC

Vicidial With WebRTC VICIDial is well known open source call center software. It has been in use by many small to large scaled con...