Moving VOS3000 database from the old server to new server
[Stop all vos calls]
/etc/init.d/vos3000dall stop
[Backup mysql data]
mysqldump -u root -p vos3000db > vos3000db.sql
>> type in the password if there is any if there is no password then press enter
[Copy file to new server]
scp vos3000db.sql root@"Server IP":/root/
Type in yes
Then type in root password
Ones transfer is done login to new server
[Restore database to new server]
[Stop vos3000 first]
/etc/init.d/vos3000dall stop
[Restore Database]
mysql -u root -p vos3000db < vos3000db.sql
>> type in the password if there is any if there is no password then press enter
When done reboot the server and check the database.