Is there anything you would like to know?
How can I migrate my Tempel MySQL (Linux) data?

(Note: data migration only available for Teampel Server of the same version.)

 

Database:

 

  1. Backup data:
    Backup MySQL (Linux) database (for details, please refer to: How can I backup the data for MySQL and Teampel Server (Linux)?)
     
  2. Create database:
    1. #mysql -uroot -p
    2. my sql>CREATE DATABASE IF NOT EXISTS db_teampel CHARACTER SET utf8 COLLATE utf8_general_ci;
       
  3. Resotre data: #mysql -uroot -p --database db_teampel < /home/db_teampel _backup.sql

 


Files:

 

  1. Backup file data: copy [installation path]/bin/data
    There is another migration solution for MySQL database, which is to completely copy MySQL database. This method is available for Windows and Linux.

(How to find [installation path]: On desktop, right click on "Teampel Server Startup" >  "Properties" > "Open file location")

 


Profile:

 

  1. Backup profile (such as copying AD configuration): copy [installation path]/bin/GaaihoSvrSetting.xml
    1. If the account and password of the local Teampel database are different from that of the official server, you need to modify the account and password of Teampel.
    2. If you do not want to retain the licnese info, you need to clear the NetKey value (note: if two servers share the same NetKey and connect to the Internet at the same time, compatibility issues may occur after clearing).
      [Modification]: open with Notepad to modify the content.

 


License file (teampel.license.ztl):

 

  1. Migrate license file: copy [installation location] /bin/ teampel.license.ztl (only for Pro Subscription users).

NextLinux system, what if P2P fails to join multicast?