Archive

Posts Tagged ‘backup’

Transfer cPanel accounts between servers with minimum downtime

Transfer cPanel accounts between servers with minimum downtime

Transfer cPanel accounts between servers with minimum downtime

The account migration is always annoying process because a System Administrator needs to do a lots of things fast and without errors.

This post provides the instructions about how to migrate the cPanel accounts between servers with minimum downtime, which is very important if you are running online business. The migration described in this post allows to switch the accounts between servers in less than 1 hour.
Read more…

Tips

Backup and restore a single MySQL table

mysql-backup-restore-table

Dump a single table to a SQL file:

mysqldump -uuser -ppassword dbName tableName > backup.sql

Read more…

Tips