Moving VOS3000 database from the old server to new server

 

 

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.

 

 

 

  • 69 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

How to Backup VOS3000 Database and download to your local PC

Login to your server Via SSH ( You can use Putty "...

VOS3000 IPtables for port changing vos 3000 client and security

Please note that this document is for reference only we do not take any responsible for any data...

How to change VOS3000 browser client port

Please note that this document is for reference only we do not take any responsible for any data...

How to change Timezone in VOS3000 after VOS3000 installation

Please note that this document is for reference only we do not take any responsible for any data...