Difference between revisions of "Migration to other server"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Login to Your system via ssh and make a double backup of your databases:
Migration is a paid service and can be done ONLY by Kolmisoft team. Please [http://www.kolmisoft.com/contacts/ contact us] if you want to do the migration.
 
  mkdir /root/backups
  cd /root/backups
  mysqldump --all-databases -u'''DATABASEUSER''' -p'''DATABASEPASSWORD''' >/root/backups/alldatabases.sql
  tar -czvf alldatabases_BACKUP.tar.gz /root/backups/*.sql
 
This will make an archived backup with your databases in /root/backups/alldatabases_BACKUP.tar.gz file
 
Download and leave a copy in some safe place like your workstation.
 
To extract files from archive do:
 
  tar xvfz file_name.tar.gz
 
Then copy all remaining files like: /etc/asterisk directory (asterisk config files), /var/lib/asterisk/sounds , /var/spool/asterisk/monitor (recordings), /var/spool/asterisk/faxes, any other important files.
 
Thats it, proceed with Migration to other server.
 
If everything was smooth , its good idea to [[Change default passwords]].

Latest revision as of 07:34, 30 June 2022

Migration is a paid service and can be done ONLY by Kolmisoft team. Please contact us if you want to do the migration.