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

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

 

Database:

 

  1. Backup data:
    Backup MySQL database (for details, please refer to How can I backup the data for MySQL and Teampel Server (Windows)?)
  2. Create database:
    1. >mysql -uroot -p
    2. mysql>CREATE DATABASE IF NOT EXISTS db_teampel CHARACTER SET utf8 COLLATE utf8_general_ci;
  3. Restore data: mysql.exe -uroot -p --default-character-set=utf8 db_teampel < c:/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 the MySQL database. This method is 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: 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).

NextHow can I make Tempel Server start automatically after booting(MySQL/SQL Server)?